info: flag android auto support

Technically possible now, have not been able to test.
This commit is contained in:
Alexander Capehart 2024-04-11 15:05:33 -06:00
parent 1e0c7cebcf
commit c69d3cac54
No known key found for this signature in database
GPG key ID: 37DBE3621FE9AD47
2 changed files with 10 additions and 0 deletions

View file

@ -37,6 +37,12 @@
android:enableOnBackInvokedCallback="true"
tools:ignore="UnusedAttribute">
<meta-data android:name="com.google.android.gms.car.application"
android:resource="@xml/automotive_app_desc"/>
<meta-data
android:name="androidx.car.app.TintableAttributionIcon"
android:resource="@drawable/ic_auxio_24" />
<activity
android:name=".MainActivity"
android:exported="true"

View file

@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<automotiveApp>
<uses name="media"/>
</automotiveApp>