Open
Description
General way to replicate with demo-session:
- Play some music.
- Navigate to home screen.
- Pause music through the notification.
- After ~2 minutes, onDestroy() of the PlaybackService is called and the notification is removed.
After that, the user has no way to resume playback besides going back into the app, the notification is removed and app no longer responds to play command from bluetooth headset.
Seeing how other apps like YouTube Music persist the notification and continue to respond to media buttons, is there a general recommended way to mimic this behavior with Media3?