Android camera permissions reduce availability on Playstore

446 views Asked by At

I have an flutter app in playstore but rigth now i'm trying to update with new features, but some camera permissions/features are reducing the app availability The current devices admited are 17.706 and with my new update are just 12.672, and the permissions are marked as optional in AndroidManifest

enter image description here

And the playstore show this enter image description here

enter image description here

Is other way to mark as optional or something i can do to avoid reduce availability of my app?

UPDATE 1 Some dependency is using this permission but i can't find which one, and i', trying to override in AndroidManifest, because when i upload my app the description is this

enter image description here

1

There are 1 answers

2
amit.flutter On

Remove Extra permission for camera and ask only for one "CAMARA only"

Check out More Info Here : Post