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

Both interfaces are not really needed as the methods can be called on the respective classes directly. This also avoid error-prone situations where classes define to/fromBundle methods with parameters that should be used instead of the parameter-less version. Also deprecate all existing CREATOR static instances and make the corresponding fromBundle method public where needed. PiperOrigin-RevId: 579189766