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

Optional delete on failure #58

Closed BenOien closed 8 years ago

BenOien commented 8 years ago

Add the option to keep downloaded data on failure. An optional setter is used to maintain API backward compatibility. A default value is used to maintain behavior backward compatibility.

smanikandan14 commented 8 years ago

@PrimeKang I will merge the PR and update the method name.