summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorByteHamster <ByteHamster@users.noreply.github.com>2024-03-03 13:00:00 +0100
committerGitHub <noreply@github.com>2024-03-03 13:00:00 +0100
commit3c77d43e76535465ef5c9976835d42439797fd8f (patch)
tree523fb7a1c8d5fb0941f0984c59821a066976ed96
parentee99ef934c131e5c75682c47129dd172a2203793 (diff)
downloadAntennaPod-3c77d43e76535465ef5c9976835d42439797fd8f.zip
Specify foreground service type (#6953)
-rw-r--r--core/src/main/AndroidManifest.xml1
1 files changed, 1 insertions, 0 deletions
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">
<intent-filter>