coolerfall / Android-HttpDownloadManager

An useful and effective http/https download manager for Android, support breakpoint downloading.
https://ahdm.coolerfall.com
Apache License 2.0
200 stars 43 forks source link

Pause Download #56

Closed ghost closed 7 years ago

ghost commented 7 years ago

How do I pause a download?

coolerfall commented 7 years ago

Use DownloadManger.cancel(int downloadId);

ghost commented 7 years ago

There is no summary of a download from a state that had been paused right?

coolerfall commented 7 years ago

No . If you use DownloadManger.cancel(int downloadId), the download will stop immediately.

ghost commented 7 years ago

Thanks!