Skip to content

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

Merged
jamesarich merged 1 commit into
mainfrom
jamesarich/remove-auto-manifest
May 29, 2026
Merged

fix: remove Android Auto manifest entry causing Play Store rejection#5662
jamesarich merged 1 commit into
mainfrom
jamesarich/remove-auto-manifest

Conversation

@jamesarich

Copy link
Copy Markdown
Collaborator

Google Play rejected the app under the Auto App Quality Guidelines because the manifest declared Android Auto support (com.google.android.gms.car.application meta-data + automotive_app_desc.xml) without providing any actual Auto functionality.

This removes the manifest entry and the XML descriptor. The Android Auto feature is still cooking in #5633 (draft) and will be re-introduced when it ships a real car UI.

Changes:

  • Removed <meta-data android:name="com.google.android.gms.car.application" ...> from androidApp/src/main/AndroidManifest.xml
  • Deleted androidApp/src/main/res/xml/automotive_app_desc.xml

The com.google.android.gms.car.application meta-data and
automotive_app_desc.xml declared Auto support without providing any
actual Auto functionality, triggering Google Play's Auto App Quality
Guidelines rejection.

Removes the manifest entry and the XML descriptor. The Android Auto
feature is still in development on #5633 (draft) and will be
re-introduced when ready.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@github-actions github-actions Bot added the bugfix PR tag label May 29, 2026
@jamesarich jamesarich merged commit 2aa49b0 into main May 29, 2026
17 checks passed
@jamesarich jamesarich deleted the jamesarich/remove-auto-manifest branch May 29, 2026 20:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bugfix PR tag

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant