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 96ad0ff commit 89edd18Copy full SHA for 89edd18
2 files changed
app/src/main/AndroidManifest.xml
@@ -416,5 +416,10 @@
416
<meta-data
417
android:name="com.samsung.android.multidisplay.keep_process_alive"
418
android:value="true" />
419
+ <!-- Android Auto -->
420
+ <meta-data android:name="com.google.android.gms.car.application"
421
+ android:resource="@xml/automotive_app_desc" />
422
+ <meta-data android:name="com.google.android.gms.car.notification.SmallIcon"
423
+ android:resource="@mipmap/ic_launcher" />
424
</application>
425
</manifest>
app/src/main/res/xml/automotive_app_desc.xml
@@ -0,0 +1,3 @@
1
+<automotiveApp>
2
+ <uses name="media" />
3
+</automotiveApp>
0 commit comments