i download a file with download manager, and set the destination of file with path given from this code:
Environment.getExternalStoragePublicDirectory(Environment.DIRECTORY_DOWNLOADS).getAbsolutePath(); but the file saves in:
/storage/emulated/0/Download/
not in Download Folder itself.
i have read that Download folder is a link for actual folder /storage/emulated/0/Download/, but the file downloaded is just in this path: /storage/emulated/0/Download/ and not in Download folder!
How can i download my file exactly on Download folder?
7 Reset to default