Delete Permission

Hey, guys.

How build app without Permission on Android, because i dont use camera, notification…

It makes approved my application difficult on Google Play

1 Like

Did you submit your app and it got rejected?

No.

I see that when you install the app, it asks too much permission.

But i dont use this permission in my app

https://docs.expo.io/versions/latest/guides/configuration.html#permissions

Thx, Brent!

But may be this : “Remove the field to use the default list of permissions” not correctly ?

Because, if create empty Android App you have two permission : INTERNET and ALERTS.

May be you can change “default permissions” not to aggressive, because users don’t understand why they allow so much permissions.

I can write this:

permissions : [ "default" ]

And you create AndroidManifest.xml for default Android App.

Thanks!

1 Like

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.