From 0f5748a24b4b5a32862f7b2f28151e2d42bcce33 Mon Sep 17 00:00:00 2001 From: Kingkor Roy Tirtho Date: Sun, 13 Aug 2023 22:04:04 +0600 Subject: [PATCH] feat: add android auto media session control support --- android/app/src/main/AndroidManifest.xml | 7 +++++-- android/app/src/main/res/xml/automotive_app_desc.xml | 3 +++ 2 files changed, 8 insertions(+), 2 deletions(-) create mode 100644 android/app/src/main/res/xml/automotive_app_desc.xml diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index fb6edbd6..7891310d 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -5,7 +5,7 @@ - + @@ -25,7 +25,7 @@ android:requestLegacyExternalStorage="true" > + + diff --git a/android/app/src/main/res/xml/automotive_app_desc.xml b/android/app/src/main/res/xml/automotive_app_desc.xml new file mode 100644 index 00000000..90e6f30e --- /dev/null +++ b/android/app/src/main/res/xml/automotive_app_desc.xml @@ -0,0 +1,3 @@ + + +