Yeah, that's what we have and what I tried... I will try again
No i'm not but I will send you this.
https://developer.android.com/training/data-storage/shared/photo-picker
https://developer.android.com/training/data-storage/shared/documents-files
https://stackoverflow.com/questions/64115729/how-to-add-files-access-permission-on-device-android
https://stackoverflow.com/questions/5819847/how-to-add-write-to-file-permission-on-android
I hope it helps.
Discussion
As far as I see amethyst has no media permissions at all.
Just for specific files. Google doesn't allow broad media permissions anymore.
I thought that's what all file access was?
Yes, but they are now forcing apps to not use those things anymore. They want apps to ask for specific permissions for each file they want to access. That's what the new permission system does. There is no broad file access anymore.
I still see apps using them & haven't seen one that does stop all of a sudden.
Fron what I understand these need to be added.
```
```
https://community.kodular.io/t/how-do-you-request-and-grant-manage-external-storage/150794/5
https://community.kodular.io/t/how-to-request-and-grant-manage-external-storage-permission/151409