media/libraries/session/src/main
bachinger 1ca9e0024b Remove static MediaSessionImpl.serviceComponentName
An app must only have a single service in the manifest that is either
exposing `MediaLibraryService.SERVICE_INTERFACE` or
`MediaSessionService.SERVICE_INTERFACE`. Hence the component name found by
querying the package manager for a service never returns a different result
when queried again.

The static `MediaSessionImpl.serviceComponentName` can hence be removed
and the package manager queried again when a second session instance
is created.

#minor-release

PiperOrigin-RevId: 531210456
2023-05-12 10:08:50 +01:00
..
aidl/androidx/media3/session Add MediaSession.setSessionActivity(PendingIntent) 2023-05-11 09:52:04 +00:00
java/androidx/media3/session Remove static MediaSessionImpl.serviceComponentName 2023-05-12 10:08:50 +01:00
res Update translations 2023-05-03 17:15:08 +01:00
AndroidManifest.xml Update to androidx.media3 2021-10-27 09:12:46 +01:00