You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When uploading app to Play Store it now pushes for removal of READ_MEDIA_IMAGES (and READ_MEDIA_VIDEO) permissions to use default system image picker. Developer needs to declare the need for the permission and peekaboo includes READ_MEDIA_IMAGES by default in the library package.
Could the library switch to give an option to use default image picker for the rememberImagePickerLauncher on android?
I am using rememberImagePickerLauncher in my app, but i may be forced to use some other approach for gallery.
Permission can be removed by using smth like thisbut then predictably peekaboo image picker shows no images in the list and actually then it still allowing to pick image with rememberImagePickerLauncher. Is that permission only really needed for PeekabooGalleryView in a sample app? Then it's better to remove it from peekaboo UI manifest and add it to sample/android/manifest together with READ_MEDIA_VISUAL_USER_SELECTED
When uploading app to Play Store it now pushes for removal of
READ_MEDIA_IMAGES
(andREAD_MEDIA_VIDEO
) permissions to use default system image picker. Developer needs to declare the need for the permission and peekaboo includes READ_MEDIA_IMAGES by default in the library package.Could the library switch to give an option to use default image picker for the rememberImagePickerLauncher on android?
I am using rememberImagePickerLauncher in my app, but i may be forced to use some other approach for gallery.
Permission can be removed by using smth like this
but then predictably peekaboo image picker shows no images in the listand actually then it still allowing to pick image with rememberImagePickerLauncher. Is that permission only really needed for PeekabooGalleryView in a sample app? Then it's better to remove it from peekaboo UI manifest and add it to sample/android/manifest together with READ_MEDIA_VISUAL_USER_SELECTEDThe text was updated successfully, but these errors were encountered: