Merge pull request #5412 from jkufner/5358-fix-media-button

Fix #5358: Do not intercept media button
This commit is contained in:
vshcherb 2018-05-16 22:58:16 +02:00 committed by GitHub
commit 66ab780513
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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>