Skip to content
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

Open
zhouzhuli opened this issue Sep 29, 2024 · 5 comments
Open

Photo Picker #332

zhouzhuli opened this issue Sep 29, 2024 · 5 comments

Comments

@zhouzhuli
Copy link

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?

@yasirkula
Copy link
Owner

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.

@book233
Copy link

book233 commented Oct 16, 2024

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?

@yasirkula
Copy link
Owner

@book233 I don't use these permissions.

@book233
Copy link

book233 commented Oct 16, 2024

企业微信截图_a19ce33c-dfa9-42e2-8630-60d74117c5cd
I used NativeGallery 1.7.1 to check the AndroidManifest in the aar and found this. It seems that there are related permissions declared?

@yasirkula
Copy link
Owner

Yeah they used to exist but I've removed them in v1.7.6. Updating the plugin should resolve the problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants