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:
Josef Kufner 2018-05-16 03:48:40 +02:00
parent 5940b0665f
commit 7968082461

View file

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