-
-
Notifications
You must be signed in to change notification settings - Fork 254
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
Use photo picker #4313
Comments
@mahibi I’d like to work on this issue regarding implementing the Photo Picker, as Google might require it for Play Store compliance. One concern: We currently have a cropping functionality after picking an image, but Google’s Photo Picker doesn’t provide built-in cropping. What would you recommend for handling this? Should we integrate a third-party library or do you have another approach in mind? Let me know your thoughts! |
Thanks to offer help @Smarshal21 ! I would vote for the photo picker but it's not my decision. We will have to wait a bit more for decisions.. |
Thanks for the update, @mahibi! That makes sense—I'll keep an eye on the discussions around the photo selection approach. |
We need to implement photo picker as Google might demand it via playstore.
Lint warnings because we use
android.permission.READ_MEDIA_IMAGES
andandroid.permission.READ_MEDIA_VIDEO
: https://googlesamples.github.io/android-custom-lint-rules/checks/SelectedPhotoAccess.md.htmlhttps://android-developers.googleblog.com/2023/04/photo-picker-everywhere.html
https://developer.android.com/training/data-storage/shared/photopicker
The text was updated successfully, but these errors were encountered: