I need to access all files inside a folder which is inside the downloads folder.
I can get the files in the downloads folder like this Environment.getExternalStoragePublicDirectory(Environment.DIRECTORY_DOWNLOADS)
and that return a File
.
How do I get the same but for the folder mCustomFolder
?