Skip to content

Commit

Permalink
Revert Android Auto support
Browse files Browse the repository at this point in the history
This PR reverts #3225

The reason for this is that somehow Google playstore doesn't accept the app anymore when Android Auto support is enabled.
There were multiple emails exchanged with google, but there is no reason given that makes sense why the app is declined.
Some vague hint was that is is related to Android Auto, and indeed removing Android Auto support finally solved that the app was accepted again.

One reason from Google was "We could not access the in-app content with the login credentials that you have provided". But the credentials are provided and working. So it doesn't make sense why/how this is related to Android Auto.

For now i give up to understand what's going wrong with the google playstore policy checks.

Further hint might be at https://developer.android.com/docs/quality-guidelines/car-app-quality.

Signed-off-by: Marcel Hibbe <[email protected]>
  • Loading branch information
mahibi committed Oct 19, 2023
1 parent 386b3e2 commit 7f49e5d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
5 changes: 0 additions & 5 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -108,11 +108,6 @@
tools:ignore="UnusedAttribute"
tools:replace="label, icon, theme, name, allowBackup">

<meta-data
android:name="com.google.android.gms.car.application"
android:resource="@xml/automotive_app_desc"/>


<meta-data
android:name="android.max_aspect"
android:value="10" />
Expand Down
3 changes: 0 additions & 3 deletions app/src/main/res/xml/automotive_app_desc.xml

This file was deleted.

0 comments on commit 7f49e5d

Please sign in to comment.