【发布时间】:2013-05-25 13:05:11
【问题描述】:
我正在使用下载管理器以及何时使用
setDestinationInExternalFilesDir(this, Environment.DIRECTORY_DOWNLOADS, "example.ext");
文件下载到 Android/data/com.example.app/files/Download 文件夹。
当我尝试时
setDestinationInExternalPublicDir("/folder", "example.ext");
我得到:
IllegalStateException: Cannot create directory mnt/sdcard/folder。
我也设置了 WRITE_EXTERNAL_STORAGE 权限。
我做错了什么?
【问题讨论】:
标签: android android-download-manager