Does someone know how to load an image from gallery? I developed an app where you have to upload a profile picture, works nice upto android 9, but on android 10 it throws a permission related exception, I read on stack overflow that adding this permission to my manifest would fix the issue
android:requestLegacyExternalStorage=“true”
But it’s not recognized by AIDE, it underlines that line as an error.
Please help me.