From 39653462d166aa832c34c7fabe289c9cf2d350b2 Mon Sep 17 00:00:00 2001 From: cottongin Date: Wed, 18 Mar 2026 05:56:38 -0400 Subject: [PATCH] feat: add Android Auto automotive_app.xml and update service manifest Made-with: Cursor --- app/src/main/AndroidManifest.xml | 13 +++++++++++-- app/src/main/res/xml/automotive_app.xml | 4 ++++ 2 files changed, 15 insertions(+), 2 deletions(-) create mode 100644 app/src/main/res/xml/automotive_app.xml diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index ff13072..9a9e40d 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -30,7 +30,16 @@ + android:exported="true" + android:foregroundServiceType="mediaPlayback"> + + + + + + + diff --git a/app/src/main/res/xml/automotive_app.xml b/app/src/main/res/xml/automotive_app.xml new file mode 100644 index 0000000..a3d9fda --- /dev/null +++ b/app/src/main/res/xml/automotive_app.xml @@ -0,0 +1,4 @@ + + + +