Media Button Play/Pause, Previous and Next in Background Player

This commit is contained in:
alexandre patelli 2018-03-10 18:25:20 +01:00
parent 9c9b6bc0d6
commit 5f764ab8f5
2 changed files with 53 additions and 0 deletions

View file

@ -43,6 +43,12 @@
android:launchMode="singleTask"
android:label="@string/title_activity_background_player"/>
<receiver android:name="org.schabi.newpipe.player.BackgroundPlayer$MediaButtonReceiver">
<intent-filter>
<action android:name="android.intent.action.MEDIA_BUTTON" />
</intent-filter>
</receiver>
<activity
android:name=".player.PopupVideoPlayerActivity"
android:launchMode="singleTask"