下载失败时从Download Manager android继续下载

前端之家收集整理的这篇文章主要介绍了下载失败时从Download Manager android继续下载前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
我正在使用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.

原文链接:https://www.f2er.com/android/314682.html

猜你在找的Android相关文章