Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 DownloadManager 来管理我的应用程序中的下载。公共 API 说:
下载管理器将在后台进行下载,处理 HTTP 交互并在失败 或跨连接更改和系统重新启动后重试下载
但是,当我失去 3G / WiFi 连接并再次恢复时,下载不会恢复,并检查状态值它显示“STATUS FAILED”,原因为“ERROR_CANNOT_RESUME”。
与 DownloadManager 失去连接后,有什么方法可以恢复当前下载?
先感谢您,