Media Button Play/Pause, Previous and Next in Background Player
This commit is contained in:
parent
9c9b6bc0d6
commit
5f764ab8f5
2 changed files with 53 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue