I use Download Manager and when I use
setDestinationInExternalFilesDir(this, Environment.DIRECTORY_DOWNLOADS, "example.ext");
Files are uploaded to Android / data / com.example.app / files / Download files.
When i try
setDestinationInExternalPublicDir("/folder", "example.ext");
I get: IllegalStateException: Cannot create directory mnt/sdcard/folder . I also set the permission to WRITE_EXTERNAL_STORAGE.
What am I doing wrong?
Aravind srivatsan
source share