Wiebe Steverink
Wiebe Steverink
Hello, I'm currently using a MediaLibraryService and implementing MediaResumption based on the provided documentation Uamp and this topic. However, I'm encountering two issues. Here are some notes related to the...
> By default, meaning when no `MediaButtonReceiver` is registered in the manifest, playback resumption is turned off. > > In this mode, the session receives media button events only while...
> Do you think I have a flaw in my implementation or do you think there is a bug in media3? I think what you have added to the Manifest...
> ..... > 1. Add the `MediaButtonReceiver` provided by Media3 to the `AndroidManifest.xml`. With this an app opts-in to playback resumption and also needs to do do the next point....
> > Try to subclass the receiver and only conditionally call super.onReceive > > The receiver is only called when playback resumption is requested by a Bluetooth head set. The...
> [#2816](https://github.com/androidx/media/pull/2816) has been merged, it may the problem (or part of it) Awesome! @marcbaechinger any idea if this will ship in the next release?
@marcbaechinger Thanks for your response, its clear and i have some stuff to think about.
Hi there @marcbaechinger! Is this still an issue? I am trying to fix a bug for MediaResumption that occurs on some devices. My problem occurs in the following scenario :...
After i did some extra digging i decided to create an [issue](https://github.com/androidx/media/issues/1557) for the above. I think but i am not sure if both issues are related.
Any news on this one?