media/libraries/session/src/test
bachinger f28a588809 Fix value type when unbundling LibraryResult without expected type
Calling LibraryResult.toBundle() could have caused a CastClassException.
This was because when unbundled with UNKNOWN_TYPE_CREATOR.fromBundle(Bundle),
the valueType was set to VALUE_TYPE_ITEM_LIST for all types and the MediaItem
was attempted to be casted to a list.

PiperOrigin-RevId: 529717688
2023-05-05 16:57:22 +00:00
..
java/androidx/media3/session Fix value type when unbundling LibraryResult without expected type 2023-05-05 16:57:22 +00:00
AndroidManifest.xml Update to androidx.media3 2021-10-27 09:12:46 +01:00