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

Resume download after closing the app ! #37

Closed daniaDlbani closed 9 years ago

daniaDlbani commented 9 years ago

thanks for this library, I am trying to use it in order to download big files in range of ( 100 M to 400 ) I read the readMe file but it seems there is no way to resume download manually ! in case of connection problems or in case of exit the app would you please suggest any solution to this issue?

smanikandan14 commented 9 years ago

Sorry, this library is not intended for downloading large files. Yes, pause/resume functionality is not present in this library. You may need to use Android's DownloadManager and use permission download without user notification.

smanikandan14 commented 9 years ago

Closing this issue.