From d35c91c59dd2fce3bb1352bb74d2ed6d73c8659b Mon Sep 17 00:00:00 2001 From: Marcel Hibbe Date: Thu, 19 Oct 2023 20:26:14 +0200 Subject: [PATCH] Revert Android Auto support This PR reverts https://github.com/nextcloud/talk-android/pull/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 --- app/src/main/AndroidManifest.xml | 5 ----- app/src/main/res/xml/automotive_app_desc.xml | 3 --- 2 files changed, 8 deletions(-) delete mode 100644 app/src/main/res/xml/automotive_app_desc.xml diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 027cbc6f0c..f3ab5958ca 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -108,11 +108,6 @@ tools:ignore="UnusedAttribute" tools:replace="label, icon, theme, name, allowBackup"> - - - diff --git a/app/src/main/res/xml/automotive_app_desc.xml b/app/src/main/res/xml/automotive_app_desc.xml deleted file mode 100644 index 7b7f062713..0000000000 --- a/app/src/main/res/xml/automotive_app_desc.xml +++ /dev/null @@ -1,3 +0,0 @@ - - -