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

This change also marks the buttons of the custom layout as enabled/disabled according to available commands in the controller. Accordingly, `CommandButton.Builder.setEnabled(boolean)` is deprecated because the value is overridden by the library. Issue: androidx/media#38 PiperOrigin-RevId: 547272588 (cherry picked from commit ea21d27a6974822a970261f38964ec86c305796b)
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