-
Notifications
You must be signed in to change notification settings - Fork 583
Open
Labels
Description
Version
Media3 1.1.1
More version details
No response
Devices that reproduce the issue
- Pixel 7 running Android 13
- Samsung Galaxy S21+ running Android 13
Devices that do not reproduce the issue
No response
Reproducible in the demo app?
Yes
Reproduction steps
- Checkout my demo-session fork with the MediaButtonReceiver declared in the manifest and simple stop button added to the PlayableFolderActivity (full diff here).
- Build and run the demo-session sample.
- Play any song (or songs) from the example playlist.
- Go back to the PlayableFolderActivity and hit STOP button.
- A dead silent notification will appear.
Expected result
Dead silent notification should not be displayed (as it behaves when no MediaButtonReceiver is declared).
I know, I can handle the play event from the dead silent notification in the onPlaybackResumption() method (and that's how I do it too), but if I understand it correctly, this notification shouldn't show at all after calling stop() method on MediaController or not? (as it behaves when no MediaButtonReceiver is declared)
Actual result
A dead silent notification will appear.
Media
My fork - https://github.com/TomasValenta/media
Bug Report
- You will email the zip file produced by
adb bugreport
to [email protected] after filing this issue.
toby63