2011-08-24 58 views

回答

1

第三句:“下载管理器会在后台进行下载,照顾HTTP交互和重试下载失败后,或在连接的变化,并重新启动系统。'阅读有多难?你在寻找什么样的例子?

+0

我想知道的下载管理器具有这样的功能。 – user898366

+0

http://gundumw100.iteye.com/blog/906072 – user898366

+0

如果下载最终失败会发生什么?有没有办法至少可以通知下载失败? – Ben

0

Android 2.3中的DownloadManager具有恢复中断下载功能。我是从Android源代码DownloadThread.java:

/** * Prepare the destination file to receive data. If the file already exists, we'll set up * appropriately for resumption. */ private void setupDestinationFile(State state, InnerState innerState)