ダウンロード マネージャーを使用しています。
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 パーミッションも設定しました。
私は何を間違っていますか?