标签: android
我需要通过DownloadManager服务下载大于2gb的文件。看起来它使用Integer类型来处理文件大小并且不显示下载进度。任何人都可以帮助解决这个问题。 请协助。 谢谢。
答案 0 :(得分:1)
编写自定义的DownloadManager服务,作为替代