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:
damontecres 2025-11-20 12:29:17 -05:00 committed by GitHub
parent d3a3a2093a
commit 1f1d3443e3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 328 additions and 286 deletions

View file

@ -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" />