media/libraries/session/src/main
bachinger 05ebdb9211 Don't start the service in the foreground with a pause intent
`PlaybackStateCompat.toKeyCode(command)` was replaced by our
own implementation of `toKeyCode()`. The legacy implementation used PLAY and PAUSE, while the new implementation uses PLAY_PAUSE. This made `pause` a pending intent that attempt to start the service in the foreground, but `service.startForeground()` won't be called in `MediaNotificationManager.updateNotificationInternal` when paused.

PiperOrigin-RevId: 476895752
(cherry picked from commit acd9e581c4)
2022-09-26 14:56:00 +00:00
..
aidl/androidx/media3/session Add interface version of MediaControllerStub 2022-07-28 21:45:49 +00:00
java/androidx/media3/session Don't start the service in the foreground with a pause intent 2022-09-26 14:56:00 +00:00
res Updating translations 2022-06-15 17:00:36 +00:00
AndroidManifest.xml Update to androidx.media3 2021-10-27 09:12:46 +01:00