Prefer Media3's MediaButtonReceiver implementation over dummy implementation #204
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "media3-mediabuttonreceiver"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Just a heads up that it's apparently not the MediaButtonReceiver definition that Samsung uses to determine if it's an audio player, but instead it check for
android.intent.action.MEDIA_BUTTONusage on the manifest.In any case let's just rely on media3's version then.