From 3c77d43e76535465ef5c9976835d42439797fd8f Mon Sep 17 00:00:00 2001 From: ByteHamster Date: Sun, 3 Mar 2024 13:00:00 +0100 Subject: [PATCH] Specify foreground service type (#6953) --- core/src/main/AndroidManifest.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/core/src/main/AndroidManifest.xml b/core/src/main/AndroidManifest.xml index 71cf676a0..99fd3de05 100644 --- a/core/src/main/AndroidManifest.xml +++ b/core/src/main/AndroidManifest.xml @@ -20,6 +20,7 @@ android:label="@string/app_name" android:enabled="true" android:exported="true" + android:foregroundServiceType="mediaPlayback" tools:ignore="ExportedService">