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

Native multidex can only be used for binaries with minSdkVersion of 21 or higher, but minSdkVersion was specified to 16. PiperOrigin-RevId: 470004102 (cherry picked from commit d260b0c2a008c4ff9b3763f32feb87b353fc23f2)
Media session demo
This app demonstrates use of media sessions. It's a reference app written in Kotlin, which demonstrates best practices for media apps that want to advertise media sessions.
See the demos README for instructions on how to build and run this demo.