From 47bef777239692f1eaebec6e1b85c7420615ac3f Mon Sep 17 00:00:00 2001 From: antonio Date: Thu, 21 Dec 2023 09:47:39 +0100 Subject: [PATCH] feat: declared Android Auto support --- app/src/main/AndroidManifest.xml | 12 +++++++++--- app/src/main/res/xml/auto_app_desc.xml | 4 ++++ 2 files changed, 13 insertions(+), 3 deletions(-) create mode 100644 app/src/main/res/xml/auto_app_desc.xml diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index b94766b9..986481bd 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -16,11 +16,16 @@ android:icon="@mipmap/ic_launcher" android:label="@string/app_name" android:localeConfig="@xml/locale_config" + android:networkSecurityConfig="@xml/network_security_config" android:roundIcon="@mipmap/ic_launcher" android:supportsRtl="true" android:theme="@style/AppTheme.SplashScreen" - android:usesCleartextTraffic="true" - android:networkSecurityConfig="@xml/network_security_config"> + android:usesCleartextTraffic="true"> + + + - + + diff --git a/app/src/main/res/xml/auto_app_desc.xml b/app/src/main/res/xml/auto_app_desc.xml new file mode 100644 index 00000000..e64f4425 --- /dev/null +++ b/app/src/main/res/xml/auto_app_desc.xml @@ -0,0 +1,4 @@ + + + +