[Free]DjFilePicker extension

A Filepicker with styling options.

  • every icon can be customized by Fontawesome or MaterialIcon code
  • search mask
  • add filter, show filtered list

*** update:
DjFilepicker.aia (200.4 KB)

com.django.djfilepicker.aix (39.2 KB)

7 Likes

Those permissions won't be allowed by Google Play...

These permissions are also no longer permitted since May 2025:

See also Some basics on Android storage system.

1 Like

In addition, these permissions must be requested one after another. Furthermore, the READ_MEDIA_... permissions are only available starting with Android 13 (API 33). But I don't know why they would be needed if a file is picked by the user.

1 Like

Update:
I removed ReadMediaAudio, ReadMediaImages and ReadMediaVideo permissions from extension. Updated aia (only asks for READ_EXTERNAL_STORAGE permission for API <31

PS: I read your explanation of the Android file system about 50 times and each time I noticed that smoke was coming out of my ears in the middle part and I had to stop reading..

Which is why I have, in general, switched to using SAF for file picking/access...

Yes, I believe that, and I hope you know who do you have to thank for that?
Google!!!