From bfb51608d8a253edb2fd31df4d574dcf55cb5987 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20P=C3=A9rez?= Date: Mon, 13 Jun 2022 14:40:18 -0300 Subject: [PATCH] Fixed a bug where Android Auto didn't have access to the MediaBrowser service and media control buttons --- android/app/src/main/AndroidManifest.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index a5a6b1a..9b570fc 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -46,7 +46,7 @@ + tools:ignore="ExportedService"> @@ -57,7 +57,7 @@ android:enabled="true" android:foregroundServiceType="mediaPlayback" android:exported="true" - android:permission="android.permission.MEDIA_CONTENT_CONTROL"> + tools:ignore="ExportedService">