Solution 1 :
No you do not need any permission using ACTION_PICK, ACTION_GET_CONTENT or ACTION_OPEN_DOCUMENT.
Problem :
i’m currently making an apps that can upload choosen image from gallery to mysql database via php, but now i’m in confuse because i read on android 11 or above you need a storage access permission.
So, is permission to access the storage is needed when you only need to choose image from gallery?
Thank you