Skip to content

excess permissions are requested

The bundle includes an AndroidManifest.xml that claims the app uses:

  • android.permission.INTERNET
  • android.permission.ACCESS_NETWORK_STATE
  • android.permission.WAKE_LOCK
  • com.google.android.c2dm.permission.RECEIVE

INTERNET looks legit (but someone should probably check). The rest seems questionable. It's not immediately clear to me where this configuration comes from.