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

Some APIs from Android 12L were used either via reflection or constants values were hard-coded. We can now use these APIs directly since we upgraded the compile SDK version to 32. PiperOrigin-RevId: 446167543
Common module
Provides common code and utilities used by other media modules. Application code will not normally need to depend on this module directly.