How to configure android permission after ejecting

I’m getting

“Your APK is using permissions that require a privacy policy: (android.permission.CAMERA,
android.permission.READ_PHONE_STATE, android.permission.READ_CONTACTS)”

when submitting to google play.

My AndroidManifest.xml doesn’t use any permission, and grepping shows permissions come from.

//app/build/intermediates/manifests/full/release/AndroidManifest.xml:

I assume this comes from ExpoKit.

How do I remove these permissions? And where is expokit located?

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