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 1bb242e commit d26b092Copy full SHA for d26b092
2 files changed
app/src/main/AndroidManifest.xml
@@ -425,5 +425,10 @@
425
<meta-data
426
android:name="com.samsung.android.multidisplay.keep_process_alive"
427
android:value="true" />
428
+ <!-- Android Auto -->
429
+ <meta-data android:name="com.google.android.gms.car.application"
430
+ android:resource="@xml/automotive_app_desc" />
431
+ <meta-data android:name="com.google.android.gms.car.notification.SmallIcon"
432
+ android:resource="@mipmap/ic_launcher" />
433
</application>
434
</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