Issue
This Content is from Stack Overflow. Question asked by Ayub
Before Android Q below code worked fine (this has now been deprecated) to access downloads public storage directory:
var publicExternalFilesDir = Environment.getExternalStoragePublicDirectory(Environment.DIRECTORY_DOWNLOADS)
This referred to below path on emulator:
/mnt/sdcard/Download/
Is there any way we can refer to above path safely on Android Q and above
Solution
This question is not yet answered, be the first one who answer using the comment. Later the confirmed answer will be published as the solution.
This Question and Answer are collected from stackoverflow and tested by JTuto community, is licensed under the terms of CC BY-SA 2.5. - CC BY-SA 3.0. - CC BY-SA 4.0.