Remove Android Auto support (for now).

This commit is contained in:
Greyson Parrelli
2021-05-03 22:11:52 -04:00
parent 3124d6d43e
commit 6c2adfeec2
2 changed files with 0 additions and 6 deletions

View File

@@ -107,9 +107,6 @@
<meta-data android:name="com.google.android.gms.version"
android:value="@integer/google_play_services_version" />
<meta-data android:name="com.google.android.gms.car.application"
android:resource="@xml/automotive_app_desc" />
<meta-data android:name="firebase_analytics_collection_deactivated" android:value="true" />
<meta-data android:name="google_analytics_adid_collection_enabled" android:value="false" />
<meta-data android:name="firebase_messaging_auto_init_enabled" android:value="false" />

View File

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