-
-
Notifications
You must be signed in to change notification settings - Fork 200
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Photo Picker #332
Comments
NativeGallery uses an Intent to request the image from the gallery app. It doesn't create its own gallery user interface so it doesn't need to have direct access to images. If this method fails in the future, then I shall revise it. |
Google's policy states September 18, 2024 - October 31, 2024: READ_MEDIA_IMAGES Developers of apps with permissions and READ_MEDIA_VIDEOpermissions will be prompted in the Google Play Console to either submit a declaration form to be approved for core/broad access use cases, or to remove the permission (for one-time/infrequent use cases). Different actions are required for one-time/infrequent use cases and for use in core/broad access use cases. This is a bit of a headache for us who don't use the system album frequently. Is it possible for you to make corresponding optimizations for this? |
@book233 I don't use these permissions. |
Yeah they used to exist but I've removed them in v1.7.6. Updating the plugin should resolve the problem. |
In order to protect user information, Google will no longer support directly accessing the contents of the album for non-image applications. Instead, it will use the photo picker to retrieve specified photos. Have you considered making corresponding updates? For example, can you choose between the original method or the new method?
The text was updated successfully, but these errors were encountered: