Pictures from Gallery

How can I upload pictures from gallery to the app?

ImagePicker

with android 11 :sob:

Android 11 was / is not the problem, but targetSdkVersion = 30 is now (from Aug 2021) the problem and with it the terrible restrictions regarding storage access (including the complicated handling of the Storage Access Framework stuff).
Therefore I agree, that really makes you cry ! :sob:

2 Likes

So, What do I do in my app to get camera and take photos and access to the gallery?
Why does using activitystarter to app codes when installing it on phone, a default phone security app (Package installer) in Xiaomi smartphones, give user a "high risk" alert?

Show your blocks.

1 Like

Take a screenshot of it.

I think this problem was solved by adding a READ/WRITE EXTERNAL STORAGE permit. Thanks.