1
0
mirror of https://github.com/TeamNewPipe/NewPipe synced 2025-11-06 10:12:59 +00:00

Make player foreground playback-specific in manifest

This commit is contained in:
Stypox
2020-09-08 21:59:39 +02:00
parent bc8954fbba
commit bd34c7ede3

View File

@@ -45,7 +45,8 @@
<service
android:name=".player.MainPlayer"
android:exported="false">
android:exported="false"
android:foregroundServiceType="mediaPlayback">
<intent-filter>
<action android:name="android.intent.action.MEDIA_BUTTON" />
</intent-filter>