Completely switched to MediaSession

This commit is contained in:
Karim Abou Zeid 2017-03-17 22:08:05 +01:00
commit 826d874758
3 changed files with 120 additions and 147 deletions

View file

@ -98,12 +98,6 @@
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" />