DownloadManager downloading files over 2.1 GB

前端 未结 5 969
自闭症患者
自闭症患者 2021-02-19 03:10

I am working on an app and one of the features I am working on is to download some binary files. Some of them are really big (more than several mega-bytes). Downloads are comple

5条回答
  •  执念已碎
    2021-02-19 03:55

    You could also take the fixed version of DownloadManager, change the package to your package structure and use this version instead of the system version. Eventually you need to import some classes from the original package android.app. Then register your implementation as a service.

提交回复
热议问题