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

Downloader specific parameters and constructor is moved to DownloadAction class. DownloadAction objects need to be serialized so they can be passed in Intents and can be stored to filesystem (to be implemented). So DownloadAction.Serializer is added. Didn't use Serializable interface because of the concerns over incompabilities when the new versions of classes are used. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=164831115