mirror of
https://github.com/androidx/media.git
synced 2025-04-30 06:46:50 +08:00

To support Automotive with the session demo, we need a separate app module. To do this we need to split the service into its own module and make it usable from different modules. PiperOrigin-RevId: 568975271
9 lines
365 B
Markdown
9 lines
365 B
Markdown
# Demo `MediaLibraryService` implementation
|
|
|
|
A library module with a demo implementation of `MediaLibraryService` and
|
|
`MediaLibrarySession.Callback`.
|
|
|
|
See the `PlaybackService` of the [session demo](../session/README.md) how to use
|
|
it. Override `assets/cataglog.json` by creating such a file in the same format
|
|
in your application module that the service will use.
|