media/demos/session/src/main
bachinger b11c0c19b0 Declare demo service as MediaLibraryService
The `PlaybackService` of the demo app is declared
as `androidx.media3.session.MediaSessionService` instead
of `androidx.media3.session.MediaLibraryService`. While
this technically works, its confusing to do that in the
demo app.

Generally, apps that declare the legacy
`android.media.browse.MediaBrowserService` should also
declare `androidx.media3.session.MediaLibraryService`
and the demo app should reflect this common case.

Issue: androidx/media#672
PiperOrigin-RevId: 595320994
2024-01-03 00:51:17 -08:00
..
java/androidx/media3/demo/session Expand MediaItems in session demo instead of just replacing them 2023-10-16 07:05:28 -07:00
res Request notification permission when starting session demo app 2023-10-11 06:27:59 -07:00
AndroidManifest.xml Declare demo service as MediaLibraryService 2024-01-03 00:51:17 -08:00