Merge pull request #5412 from jkufner/5358-fix-media-button
Fix #5358: Do not intercept media button
This commit is contained in:
commit
66ab780513
1 changed files with 1 additions and 1 deletions
|
@ -172,7 +172,7 @@
|
||||||
<receiver android:name="net.osmand.plus.audionotes.MediaRemoteControlReceiver">
|
<receiver android:name="net.osmand.plus.audionotes.MediaRemoteControlReceiver">
|
||||||
<intent-filter>
|
<intent-filter>
|
||||||
<action android:name="android.intent.action.CAMERA_BUTTON" />
|
<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>
|
</intent-filter>
|
||||||
</receiver>
|
</receiver>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue