mirror of
https://github.com/samsonjs/media.git
synced 2026-03-26 09:35:47 +00:00
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 |
||
|---|---|---|
| .. | ||
| java/androidx/media3/demo/session | ||
| res | ||
| AndroidManifest.xml | ||