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

what happens when we kill the app while downloading a video file.? #97

Open Vishwanath1688 opened 7 years ago

smanikandan14 commented 7 years ago

The download in progress is terminated. And there is no stop & pause functionality right now. So you may have to reinitiate the download if the download is not successfully finished.