mirror of
https://github.com/androidx/media.git
synced 2025-05-11 09:39:52 +08:00

When a Download is created it's set to queued state but doesn't notify listeners about this state. DownloadManager checks if it can start the download. After this checks it notifies the listeners. With this change Download can immediately check if it can be started and sends correct notification. PiperOrigin-RevId: 225967129
ExoPlayer library
The ExoPlayer library is split into multiple modules. See ExoPlayer's top level README for more information about the available library modules and how to use them.