coolerfall / Android-HttpDownloadManager

An useful and effective http/https download manager for Android, support breakpoint downloading.
https://ahdm.coolerfall.com
Apache License 2.0
200 stars 43 forks source link

如何设置下载到自定义目录 #101

Open mylyd opened 5 months ago

mylyd commented 5 months ago

感谢作者 现有有一个问题,我想下载文件到自定义的目录,但是我看代码发现,我在调用DownloadManager.add()的时候,会默认将DownloadRequest中的rootDownloadDir目录设置为 context.getExternalFilesDir(Environment.DIRECTORY_DOWNLOADS), 然后我也看了DownloadManager,没有暴露DownloadRequestQueue的add方法, 也没有办法手动去add一个任务,有没有什么办法能自定义一个路径呢

coolerfall commented 4 months ago

由于SAF限制, 其他目录需要权限, 可以在下载完后移动即可