From 4efa54552ae76b649d7dc514c4bd7eee28b71b78 Mon Sep 17 00:00:00 2001 From: Marcel Hibbe Date: Wed, 18 Feb 2026 09:02:16 +0100 Subject: [PATCH] remove android auto support (for now, as it blocks v23 release) Google blocks the release with the reason below (although it was already approved and in production). I will remove Android Auto support for now and after the release we check what is going wrong. Issue found: App crashes Your app repeatedly crashed when we attempted to test functionality. For example, the content of your application is not able to load Issue details We found an issue in the following area(s): Version code 230000090 About the Auto App Quality Guidelines We do not accept apps into Android Auto OS that don't adhere to Android for Cars Quality Guidelines. Signed-off-by: Marcel Hibbe --- app/src/main/AndroidManifest.xml | 4 ---- app/src/main/res/xml/automotive_app_desc.xml | 10 ---------- 2 files changed, 14 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 08e42088bbd..a6ef2dc6bb5 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -97,10 +97,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 b22cb829819..00000000000 --- a/app/src/main/res/xml/automotive_app_desc.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - \ No newline at end of file