smanikandan14 / ThinDownloadManager

To download files and to avoid using DOWNLOAD_WITHOUT_NOTIFICATION permission if you are using Android's DownloadManager in your apps.
Apache License 2.0
783 stars 185 forks source link

fix/optimization: Optimized the exception for pauseAll() instead of throwing for all request. #111

Closed praveen2gemini closed 6 years ago

praveen2gemini commented 6 years ago

fix/optimization: It will avoid throwing the exception for pauseAll() scenario to all request, Now It will cancel it simply for non-resumable feature.