Skip to content

Commit 2aa49b0

Browse files
jamesarichCopilot
andauthored
fix: remove Android Auto manifest entry causing Play Store rejection (#5662)
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent f92f5d5 commit 2aa49b0

2 files changed

Lines changed: 0 additions & 8 deletions

File tree

androidApp/src/main/AndroidManifest.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -125,10 +125,6 @@
125125
android:name="org.apache.http.legacy"
126126
android:required="false" />
127127

128-
<!-- Android Auto: surface MessagingStyle notifications on the car's head unit -->
129-
<meta-data
130-
android:name="com.google.android.gms.car.application"
131-
android:resource="@xml/automotive_app_desc" />
132128

133129
<!-- Default crash collection and analytics off until we (possibly) turn it on in application.onCreate -->
134130
<meta-data

androidApp/src/main/res/xml/automotive_app_desc.xml

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)