0

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

Jonathan Ixcayau
  • 567
  • 3
  • 14

1 Answers1

0

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

Check out More Info Here : Post

amit.flutter
  • 883
  • 9
  • 27
  • The problem is some package that i don't know which is, are using this feature, and i'm trying to override that permisión and mark as non required – Jonathan Ixcayau Apr 30 '22 at 03:03
  • i have putted extra permission in my flutter project so that time I face this one but I don't have more idea for android native. you can try it (remove extra permission if not needed ) and test on google play store – amit.flutter May 02 '22 at 12:27