Minimum permission on android

Please provide the following:

  1. SDK Version:36
  2. Platforms(Android/iOS/web/all): Android/iOS

I have published an app requesting zero permission. (It is a very simple app intended to work offline)
However on google play I see the following requesting from users:

This app has access to:

  • view Wi-Fi connections
    Other
  • receive data from Internet
  • view network connections
  • full network access
  • change your audio settings
  • run at startup
  • draw over other apps
  • prevent device from sleeping

Why does this happen when I set “permissions”: in app.json? Are all these the minimum for expo to run? Is any way I can remove not necessary permissions?

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