我正在使用DownloadManager服务下载文件.我希望它在任何情况下都失败时恢复下载(例如互联网断开连接).我正在保存下载请求时生成的下载ID.我可以使用该ID恢复下载吗?或者使用任何其他方法?
编辑:我的下载服务代码:http://pastie.org/8613353
解决方法
首先检查文档是个好习惯. DownloadManager
documentation说:
The download manager will conduct the download in the background,taking care of HTTP interactions and retrying downloads after failures or across connectivity changes and system reboots.