mirror of
https://github.com/androidx/media.git
synced 2025-05-21 23:56:32 +08:00

When receiving an error from a legacy `MediaBrowserService` after having successfully subscribed to a given `parentId`, the callback needs to be asked to load the children again to receive an error from the service. Before this change such an error was dropped as a no-op by Media3 without the `MediaBrowser` giving a chance to react on such an error being sent by the legacy service. #cherrypick PiperOrigin-RevId: 686052969
Session test common module
Provides common components for use by session tests.