media/libraries/session/src/androidTest
tianyifeng 3f69df72db Add injection of BitmapLoader from MediaSession.
* Add `BitmapLoader` in `MediaSession.Builder` and `MediaLibrarySession.Builder`.
* Pass `BitmapLoader` into the constructor of `MediaSession`, `MediaSessionImpl`, `MediaLibrarySession` and `MediaLibrarySessionImpl`.
* Add an interface method `loadBitmapFromMetadata(MediaMetadata)` in `BitmapLoader`.
* Remove the reference of `BitmapLoader` in `DefaultMediaNotificationProvider`.

PiperOrigin-RevId: 483654596
2022-10-31 11:32:30 +00:00
..
java/androidx/media3/session Add injection of BitmapLoader from MediaSession. 2022-10-31 11:32:30 +00:00
AndroidManifest.xml Fix instrumentation tests not working via Gradle 2022-09-30 18:03:11 +00:00