How to Pause/Resume downloads in Android programming?

↘锁芯ラ 提交于 2019-12-08 07:35:46

问题


I really want to use android.app.DownloadManager class, also I want to add Pause/Resume ability to my android app.

as google said on developer Guide :

The download manager (android.app.DownloadManager) will conduct the download in the background, taking care of HTTP interactions and retrying downloads after failures or across connectivity changes and system reboots.

I guess we can add Pause/Resume ability to this class without writing a new Download Manager, Like : DownloadProvider

can anybody help me ?

来源:https://stackoverflow.com/questions/28860322/how-to-pause-resume-downloads-in-android-programming

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!