Revert "Use MediaButtonReceiver from androidx.media to handle headset button actions"

This reverts commit ad51d09672.
This commit is contained in:
Prathamesh More 2022-06-12 20:15:43 +05:30
parent 192b5c2ac7
commit e4a6906231
3 changed files with 218 additions and 8 deletions

View file

@ -34,12 +34,12 @@
android:configChanges="locale|layoutDirection"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:requestLegacyExternalStorage="true"
android:restoreAnyVersion="true"
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:theme="@style/Theme.RetroMusic.FollowSystem"
android:usesCleartextTraffic="true"
android:requestLegacyExternalStorage="true"
tools:targetApi="m">
<activity
android:name=".activities.MainActivity"
@ -194,7 +194,7 @@
</provider>
<receiver
android:name="androidx.media.session.MediaButtonReceiver"
android:name=".service.MediaButtonIntentReceiver"
android:exported="true">
<intent-filter>
<action android:name="android.intent.action.MEDIA_BUTTON" />
@ -305,9 +305,6 @@
<intent-filter>
<action android:name="android.media.browse.MediaBrowserService" />
</intent-filter>
<intent-filter>
<action android:name="android.intent.action.MEDIA_BUTTON" />
</intent-filter>
</service>
<meta-data