mirror of
https://github.com/AntennaPod/AntennaPod.git
synced 2025-12-01 12:31:45 +00:00
Added support for play/pause key on wired headset
This commit is contained in:
@ -96,7 +96,7 @@
|
||||
android:label="@string/download_log_label" >
|
||||
</activity>
|
||||
|
||||
<receiver android:name=".receiver.MediaButtonReceiver" >
|
||||
<receiver android:name=".receiver.MediaButtonReceiver" android:exported="true">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.MEDIA_BUTTON" />
|
||||
</intent-filter>
|
||||
|
||||
Reference in New Issue
Block a user