mirror of
https://github.com/androidx/media.git
synced 2025-04-30 06:46:50 +08:00

MediaControllerImplBase currently drops the pending initial seek position when a user sets an empty playlist. When seeking in empty playlists and setting new empty playlists, the class also drops the the period index (and wrongly assigns zero instead of the windowIndex). #minor-release PiperOrigin-RevId: 534035046 (cherry picked from commit caf1c77af1822d0268d7f028f358374bbe2ba1c8)
Session test module
Tests cross-process use of the session module. To run the tests:
- Prepare a device (either an emulator or a real device) to run the tests on.
- Run
./gradlew :test-session-current:cAT