majidgolshadi / Android-Download-Manager-Pro

Android/Java download manager library help you to download files in parallel mechanism in some chunks.
MIT License
1.61k stars 317 forks source link

how to resume a paused task? #39

Closed animus198656 closed 7 years ago

animus198656 commented 7 years ago

how to resume a paused task? And how to "resume broken downloads"?

majidgolshadi commented 7 years ago

Only try to startDownlad that task token and put anything else on library shoulder. As I mentioned in state machine diagram; Download manager try to find-out your task state and then finish that task.

animus198656 commented 7 years ago

OK,thanks