media/libraries/test_session_current
tonihei 28e37808ed Update media controller position before pausing.
We stop estimating new position when pausing until we
receive a new position from the player. However, this
means that we will continue to return a possible stale
previous position. Updating the current position before
pausing solves this issue.

PiperOrigin-RevId: 503153982
(cherry picked from commit e961c1b5e9)
2023-01-25 18:18:42 +00:00
..
src Update media controller position before pausing. 2023-01-25 18:18:42 +00:00
build.gradle Misc fix in gradle build file 2023-01-25 17:41:00 +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