-
Notifications
You must be signed in to change notification settings - Fork 442
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
demo-session process restarted when swiped away from paused state #1359
Comments
I suspect maybe the issue is that playback resmuption (system UI) causing the process to restart, but I don't know how to verify that, or better yet how to fully opt out of playback resmuption including from the system UI too. Any help on figuring this out would be greatly appreciated. I thought the demo-session app would already be opting out, but maybe it isn't? |
Potentially related or duplicate of android/uamp#541 Also maybe #1136 |
Thanks for reporting! This looks like a duplicate of #805 which is a bug in Android. Android 14 (API 34)
Android 13 (API 33)
I'm closing this issue as a duplicate of #805. Please comment there if you have some additional information or questions. |
Version
Media3 main branch
More version details
753f607
1.3.1
Devices that reproduce the issue
API 34 emulator
Devices that do not reproduce the issue
No response
Reproducible in the demo app?
Yes
Reproduction steps
Play audio from the demo-session app
Background the app
Pause from media notification
Swipe away the app
2024-05-09.18-11-25.mp4
Expected result
process is not started again
Actual result
process is started again
service-restarted.log
Media
example: Jazz & Blues in the demo-session sample app
Bug Report
adb bugreport
to [email protected] after filing this issue.I have tried to "disable" playback resmuption to see if that helps at my branch: https://github.com/TomVarga/media/tree/disabled-playback-resumption
but does not seem to help.
I can see in the logs
but it's unclear why it's happening.
The text was updated successfully, but these errors were encountered: