media/libraries/test_session_current
bachinger 0ba58cc634 Call future listener on the same handler that created the controller
The direct executor is not the proper way to determine on what thread to run the
`Future.Listener` and the `MediaControllerCreationListener` because the listener
may call the controller passed as argument which must happen on the same thread
that built the controller. This change makes sure this is the case.

PiperOrigin-RevId: 490478587
(cherry picked from commit 68908be18d)
2023-01-25 17:41:00 +00:00
..
src Call future listener on the same handler that created the controller 2023-01-25 17:41:00 +00:00
build.gradle Load bitmaps for MediaMetadataCompat and handle the metadata updates. 2022-11-01 18:43:26 +00:00
README.md Update to androidx.media3 2021-10-27 09:12:46 +01:00

Session test module

Tests cross-process use of the session module. To run the tests:

  1. Prepare a device (either an emulator or a real device) to run the tests on.
  2. Run ./gradlew :test-session-current:cAT