fix: remove Android Auto manifest entry causing Play Store rejection (#5662)

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
James Rich
2026-05-29 13:34:10 -07:00
committed by GitHub
parent f92f5d5769
commit 2aa49b08de
2 changed files with 0 additions and 8 deletions
-4
View File
@@ -125,10 +125,6 @@
android:name="org.apache.http.legacy"
android:required="false" />
<!-- Android Auto: surface MessagingStyle notifications on the car's head unit -->
<meta-data
android:name="com.google.android.gms.car.application"
android:resource="@xml/automotive_app_desc" />
<!-- Default crash collection and analytics off until we (possibly) turn it on in application.onCreate -->
<meta-data
@@ -1,4 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<automotiveApp>
<uses name="notification" />
</automotiveApp>