I am using ImagePicker1 to select my canvas background image from phone photos DCIM and Pictures. But WRITE_EXTERNAL_STORAGE permission is required when my test app is installed in Android version 11 (only version available to test). I tried using the following for Screen1 DefaultFileScope,
App
Shared
but does not work.
I used the Legacy and it works.
Is this (Legacy) the right way to access/read those shared pictures from DCIM and Pictures folder?
Or the ImagePicker1 has a problem when using the option Shared?
I have read related community posts and as I understand Shared option has access to DCIM and Pictures. In my case with ImagePicker1 does not work with Shared option, only in Legacy.