breautek commented on issue #922: URL: https://github.com/apache/cordova-plugin-camera/issues/922#issuecomment-2596864936
I would also consider creating a Google Play emulator. First choose a device definition that contains the Google Play symbol.  Then choose a `Google Play` typed image.  Then inside the simulator, you can sign into your google account in the Google Play app and update all the packages on the simulator, as if it was a physical retail device. This will rule out bugs that exists in the "from factory" AOSP apps. > ...android.permissioncontroller E None of [android.permission.READ_MEDIA_IMAGES, android.permission.READ_MEDIA_VISUAL_USER_SELECTED] in {} I have a strong hunch that is what you're experiencing... The intent is an application that is separate from your application, that provides the user the ability to pick images. Naturally in order for the application to present that UI, that "intent" application (not to be confused with your app) will need the `READ_MEDIA_IMAGES` permission. Therefore, what I think is happening is the app that handles the ACTION_GET_CONTENT intent is actually lacking the permissions required on API 34+ to actually perform the intent, and if that's the case it is likely fixed in an update available on Google Play. So by updating the emulator with all the latest packages from Google Play, it will help rule out that hunch, one way or another. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org For additional commands, e-mail: issues-h...@cordova.apache.org