I want to show all downloads files, images etc. In app
For example : When i click Button1 then show download in app
Anyone can solve this issue with blocks or extension?
This problem i am facing in Niotron only otherwise in other Builder sites they have an own Component. I am not disclosing any site name just informing.
On Android 11+ there is no way to list all files in /Download folder.
Neither with the
File component nor with one of the
File extensions nor with
SAF.
At least notnon-media files that weren’t created by the app itself. However, media files can be listed regardless of whether they were created by the app or not. In the latter case, of course, READ permission is required.
It would only be possible with the special permission MANAGE_EXTERNAL_STORAGE, which is usually not granted by Google.