I have an app developed in appstudio with qml and I need to maintain the gallery access permission.
I was reading that for Android 13 the way to request the gallery has changed. In the Android Developers community it's indicated to call it MediaStore.Images, but I'm having trouble implementing it in qml.
https://developer.android.com/training/data-storage/shared/media?hl=pt-br#storage-permission
In appinfo.json in the "capabilities" I declared "mediaStoreImages": true and I'm using the constant Permission.PermissionTypeMediaStoreImages which represents the permission to access images in the gallery.
However, when I open the app, the gallery permission is not required.
Has anyone experienced this?
Hi Arc , any updates you found about this permission issue , where i notice that the app player has request permission that is build in appstudio ?