Skip to content

Commit d26b092

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

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
@@ -425,5 +425,10 @@
425425
<meta-data
426426
android:name="com.samsung.android.multidisplay.keep_process_alive"
427427
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" />
428433
</application>
429434
</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)