media/demos/session/src/main/java/androidx/media3/demo/session
tonihei bd126ec5c5 Forward legacy controller onPlay/PrepareFromXY calls to onAddMediaItems
These legacy callbacks are currently forwarded to onSetMediaUri which
will be removed in the future.

Also make sure to only call player.prepare/play after the items have
been set.

The calls to onAddQueueItem are also forwarded to onAddMediaItems to
actually allow a session to resolve these items to playable media, which
wasn't possible so far.

PiperOrigin-RevId: 453625204
2022-06-09 17:40:26 +00:00
..
MainActivity.kt Update to androidx.media3 2021-10-27 09:12:46 +01:00
MediaItemTree.kt Display album artwork in media notifications 2021-11-17 20:12:10 +00:00
PlayableFolderActivity.kt Start playback from notification 2022-03-04 17:52:46 +00:00
PlaybackService.kt Forward legacy controller onPlay/PrepareFromXY calls to onAddMediaItems 2022-06-09 17:40:26 +00:00
PlayerActivity.kt Rename StyledPlayerView to PlayerView 2022-01-25 18:10:42 +00:00