media/libraries/test_session_common
bachinger a063d137b4 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
2023-11-21 14:32:33 -08:00
..
src/main Add session extras to the state of the controller 2023-11-21 14:32:33 -08:00
build.gradle Upgrade to Gradle 8.0 and Android Gradle Plugin 8.0.1 2023-05-19 17:24:28 +01:00
README.md Update to androidx.media3 2021-10-27 09:12:46 +01:00

Session test common module

Provides common components for use by session tests.