media/demos/session/src/main
michaelkatz c4f1c047ca Added cancellation check for MediaBrowserFuture in demo session app
When app is deployed with device's screen being off, MainActivity's onStart is called swiftly by its onStop. The onStop method cancels the browserFuture task which in turn "completes" the task. Upon task "completion", pushRoot() runs and then throws error as it calls get() a cancelled task.

PiperOrigin-RevId: 492416445
(cherry picked from commit 64603cba8d)
2023-01-25 17:50:39 +00:00
..
assets Enable subtitle selection in session demo app 2022-07-21 15:34:46 +00:00
java/androidx/media3/demo/session Added cancellation check for MediaBrowserFuture in demo session app 2023-01-25 17:50:39 +00:00
res Rename StyledPlayerView to PlayerView 2022-01-25 18:10:42 +00:00
AndroidManifest.xml Switch incorrectly configured native multidex to legacy for demos 2022-08-25 16:09:00 +00:00