[Android] Unnecessary permissions?

With permissions: [] in app.json, the following permissions are included (some are from the base React Native):

  • receive data from Internet
  • view network connections
  • full network access
  • draw over other apps
  • prevent device from sleeping

“receive data from Internet” is needed for OTA, but why are the rest included by default for a standalone app? What functionalities are they used for?

any update?

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