Add MediaButtonIntentReceiver back into AndroidManifest

Removing it caused the inability to start playback if the ui was not in
foreground
This commit is contained in:
oshmoun 2017-03-19 12:25:02 +01:00 committed by Karim Abou Zeid
commit 5d58808d07

View file

@ -98,6 +98,12 @@
android:name=".service.MusicService"
android:enabled="true" />
<receiver android:name=".service.MediaButtonIntentReceiver">
<intent-filter>
<action android:name="android.intent.action.MEDIA_BUTTON" />
</intent-filter>
</receiver>
<meta-data
android:name="com.crashlytics.ApiKey"
android:value="b23725bd3d266aa65c5a3dd1816b2f801524a189" />