Enable Android Auto

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
This commit is contained in:
tobiasKaminsky 2023-07-24 21:26:05 +02:00 committed by Andy Scherzinger
parent 3f9dfae124
commit 4d4805a610
No known key found for this signature in database
GPG Key ID: 6CADC7E3523C308B
2 changed files with 8 additions and 0 deletions

View File

@ -108,6 +108,11 @@
tools:ignore="UnusedAttribute"
tools:replace="label, icon, theme, name, allowBackup">
<meta-data
android:name="com.google.android.gms.car.application"
android:resource="@xml/automotive_app_desc"/>
<meta-data
android:name="android.max_aspect"
android:value="10" />

View File

@ -0,0 +1,3 @@
<automotiveApp>
<uses name="notification" />
</automotiveApp>