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 186 forks source link

Allow Providing Callback Handler #55

Closed BenOien closed 8 years ago

BenOien commented 8 years ago

Added a constructor to ThinDownloadManager which takes a Handler for status callbacks. This allows the user to control which thread callbacks are Handled on.