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
Describe the bug
Google Play Console reports a policy violation related to the use of sensitive permissions READ_MEDIA_IMAGES and/or READ_MEDIA_VIDEO, which are indirectly required by the SSImagePicker library (com.github.SimformSolutionsPvtLtd:SSImagePicker:2.3). The app uses this library only to allow users to select images from the device, but Google flags it due to lack of compliant permission handling or justification.
To Reproduce
Steps to reproduce the behavior:
Add the following dependency to your Android project:
Describe the bug
Google Play Console reports a policy violation related to the use of sensitive permissions READ_MEDIA_IMAGES and/or READ_MEDIA_VIDEO, which are indirectly required by the SSImagePicker library (com.github.SimformSolutionsPvtLtd:SSImagePicker:2.3). The app uses this library only to allow users to select images from the device, but Google flags it due to lack of compliant permission handling or justification.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The image picker library should either:
Use the Android Photo Picker introduced in API level 33 (which doesn't require sensitive permissions), or
Provide developers with a way to disable automatic permission requests and handle permission flows manually in a Play Store–compliant way.
Screenshots
If applicable, add screenshots to help explain your problem.
The text was updated successfully, but these errors were encountered: