Skip to content

Commit 89edd18

Browse files
committed
Manifest and metadata for Android Auto
Add icon for Auto to manifest, and describe NewPipe as a media app.
1 parent 96ad0ff commit 89edd18

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

app/src/main/AndroidManifest.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -416,5 +416,10 @@
416416
<meta-data
417417
android:name="com.samsung.android.multidisplay.keep_process_alive"
418418
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" />
419424
</application>
420425
</manifest>
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
<automotiveApp>
2+
<uses name="media" />
3+
</automotiveApp>

0 commit comments

Comments
 (0)