media/libraries/test_session_current
bachinger 5e86c4c20b Add session extras to the state of the controller
This change adds `MediaController.getSessionExtras()` through
which a controller can access the session extras.

The session extras can be set for the entire session when
building the session. This can be overridden for specific
controllers in `MediaSession.Callback.onConnect`.

PiperOrigin-RevId: 584430419
(cherry picked from commit a063d137b4)
2024-01-08 15:26:08 +00:00
..
src Add session extras to the state of the controller 2024-01-08 15:26:08 +00:00
build.gradle Rollback of 64bd3bcad3 2023-10-19 01:03:49 -07: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