We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b8a660 commit 5483f4aCopy full SHA for 5483f4a
2 files changed
app/src/main/AndroidManifest.xml
@@ -129,6 +129,11 @@
129
android:name="org.apache.http.legacy"
130
android:required="false" />
131
132
+ <!-- Android Auto: surface MessagingStyle notifications on the car's head unit -->
133
+ <meta-data
134
+ android:name="com.google.android.gms.car.application"
135
+ android:resource="@xml/automotive_app_desc" />
136
+
137
<!-- Default crash collection and analytics off until we (possibly) turn it on in application.onCreate -->
138
<meta-data
139
android:name="firebase_crashlytics_collection_enabled"
app/src/main/res/xml/automotive_app_desc.xml
@@ -0,0 +1,4 @@
1
+<?xml version="1.0" encoding="utf-8"?>
2
+<automotiveApp>
3
+ <uses name="notification" />
4
+</automotiveApp>
0 commit comments