Fix #5358: Do not intercept media button
Currently Osmand intercepts media button and then ignores it. This change allows a music player to keep the media button focus.
This commit is contained in:
parent
5940b0665f
commit
7968082461
1 changed files with 1 additions and 1 deletions
|
@ -172,7 +172,7 @@
|
|||
<receiver android:name="net.osmand.plus.audionotes.MediaRemoteControlReceiver">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.CAMERA_BUTTON" />
|
||||
<action android:name="android.intent.action.MEDIA_BUTTON" />
|
||||
<!-- <action android:name="android.intent.action.MEDIA_BUTTON" /> -->
|
||||
</intent-filter>
|
||||
</receiver>
|
||||
|
||||
|
|
Loading…
Reference in a new issue