summaryrefslogtreecommitdiff
path: root/MusicDemo/src/main/AndroidManifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'MusicDemo/src/main/AndroidManifest.xml')
-rw-r--r--MusicDemo/src/main/AndroidManifest.xml9
1 files changed, 8 insertions, 1 deletions
diff --git a/MusicDemo/src/main/AndroidManifest.xml b/MusicDemo/src/main/AndroidManifest.xml
index 608dbc5..f84ee42 100644
--- a/MusicDemo/src/main/AndroidManifest.xml
+++ b/MusicDemo/src/main/AndroidManifest.xml
@@ -35,6 +35,13 @@
<meta-data android:name="com.google.android.gms.car.application"
android:resource="@xml/automotive_app_desc"/>
+ <!-- (OPTIONAL) use this meta data to indicate which icon should be used in media
+ notifications (for example, when the music changes and the user is
+ looking at another app) -->
+ <meta-data
+ android:name="com.google.android.gms.car.notification.SmallIcon"
+ android:resource="@drawable/ic_notification" />
+
<service
android:name=".MusicService"
android:exported="true"
@@ -58,4 +65,4 @@
</application>
-</manifest> \ No newline at end of file
+</manifest>