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:
parent
7898f9bc21
commit
5d58808d07
1 changed files with 6 additions and 0 deletions
|
|
@ -98,6 +98,12 @@
|
||||||
android:name=".service.MusicService"
|
android:name=".service.MusicService"
|
||||||
android:enabled="true" />
|
android:enabled="true" />
|
||||||
|
|
||||||
|
<receiver android:name=".service.MediaButtonIntentReceiver">
|
||||||
|
<intent-filter>
|
||||||
|
<action android:name="android.intent.action.MEDIA_BUTTON" />
|
||||||
|
</intent-filter>
|
||||||
|
</receiver>
|
||||||
|
|
||||||
<meta-data
|
<meta-data
|
||||||
android:name="com.crashlytics.ApiKey"
|
android:name="com.crashlytics.ApiKey"
|
||||||
android:value="b23725bd3d266aa65c5a3dd1816b2f801524a189" />
|
android:value="b23725bd3d266aa65c5a3dd1816b2f801524a189" />
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue