media/demos/session/src/main
michaelkatz 64603cba8d 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
2022-12-12 11:03:37 +00:00
..
assets Enable subtitle selection in session demo app 2022-08-08 07:56:20 +00:00
java/androidx/media3/demo/session Added cancellation check for MediaBrowserFuture in demo session app 2022-12-12 11:03:37 +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-09-30 17:05:23 +00:00