Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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: #672 PiperOrigin-RevId: 595320994
- Loading branch information