This commit is contained in:
Dr.Blank 2024-12-07 14:27:02 +05:30
parent c2cf999398
commit 2c2ed19339
No known key found for this signature in database
GPG key ID: 7452CC63F210A266
2 changed files with 8 additions and 0 deletions

View file

@ -50,6 +50,11 @@
<data android:scheme="vaani" />
</intent-filter>
<!-- for android auto -->
<meta-data
android:name="com.google.android.gms.car.application"
android:resource="@xml/automotive_app_desc" />
</activity>
<!-- Don't delete the meta-data below.
This is used by the Flutter tool to generate GeneratedPluginRegistrant.java -->

View file

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