mirror of
https://github.com/JustinZeus/Wholphin.git
synced 2026-07-08 23:51:21 +02:00
Handle more remote & controller buttons during playback (#269)
## Details Adds support for a few more media remote buttons Adds support for common controller buttons ### Dev notes Lifts the playback dialogs to the top level allowing them to be called from anywhere during playback ## Issues Closes #260
This commit is contained in:
parent
d3a3a2093a
commit
1f1d3443e3
8 changed files with 328 additions and 286 deletions
|
|
@ -34,7 +34,8 @@
|
|||
<activity
|
||||
android:name=".MainActivity"
|
||||
android:exported="true"
|
||||
android:launchMode="singleTask">
|
||||
android:launchMode="singleTask"
|
||||
android:configChanges="keyboard|keyboardHidden|navigation|orientation|screenSize|screenLayout">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.MAIN" />
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue