-
Notifications
You must be signed in to change notification settings - Fork 984
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
Permissions are still not requested during profile photo setting (Android) #17849
Comments
Logging my findings below, In case of profile picture we rely on In case of There would be good reasons for having 2 separate libraries for this purpose in the past I assume. |
Explicitly asking for media permissions for consistent behaviour here : fe7d021 @pavloburykh I verified this on 2 android emulators, API 29 and 33. Could you pls verify? |
Hi @siddarthkay! Quickly checked, the issue is gone for me. Thank you! |
Thanks for checking @pavloburykh !
Awesome! Sure, take your time :) |
fixed here : #17241 |
This one is related and should be fixed is scope of RN upgrade PR #17241
Reproducing on Android 12, Samsung Galaxy A52
Preconditions: media permissions are not granted
Steps:
Actual result: permissions are not requested. Gallery is opened all the images are available for selection. User can set up gallery image as profile photo.
telegram-cloud-document-2-5355054534202769532.mp4
Expected result: permissions should be requested. User should not have access to gallery images until permissions are granted.
Additional Information
react-native
to 0.72.5 and many other things #17241The text was updated successfully, but these errors were encountered: