bachinger 2debf0187a Split demo service into its own module for reuse
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
2023-09-27 15:21:23 -07:00

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.