flutter-permission-handler icon indicating copy to clipboard operation
flutter-permission-handler copied to clipboard

Remove the READ_MEDIA_IMAGES and READ_MEDIA_VIDEO permissions from your app:

Open sudiptab4 opened this issue 5 months ago • 1 comments

If your app only needs occasional access to photos and videos, remove the READ_MEDIA_IMAGES and READ_MEDIA_VIDEO permissions from your apps’ manifest, across all app version codes within the submission. This includes all tracks, including both production and testing tracks. You can migrate to a system photo picker, which allows users to selectively grant access to specific media on a one-time or infrequent basis.

I am using "permission_handler: ^11.3.1". still facing the above warning when we are uploading the APP on playstore

sudiptab4 avatar May 29 '25 05:05 sudiptab4