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, 9 insertions, 0 deletions
diff --git a/MusicDemo/src/main/AndroidManifest.xml b/MusicDemo/src/main/AndroidManifest.xml
index f84ee42..58e54c2 100644
--- a/MusicDemo/src/main/AndroidManifest.xml
+++ b/MusicDemo/src/main/AndroidManifest.xml
@@ -35,6 +35,15 @@
<meta-data android:name="com.google.android.gms.car.application"
android:resource="@xml/automotive_app_desc"/>
+
+ <activity android:name=".MusicPlayerActivity"
+ android:label="@string/app_name">
+ <intent-filter>
+ <action android:name="android.intent.action.MAIN" />
+ <category android:name="android.intent.category.LAUNCHER" />
+ </intent-filter>
+ </activity>
+
<!-- (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) -->