Android Permissions for Location and Push Notification?

Please provide the following:

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

Using publishing an Android app that uses location and Expo’s Push Notification, just wondering what permissions, do I need to set on app.json?

"permissions": [
      "ACCESS_COARSE_LOCATION",
      "ACCESS_FINE_LOCATION",
      "VIBRATE",
      "WAKE_LOCK",
      "com.anddoes.launcher.permission.UPDATE_COUNT",
      "com.google.android.c2dm.permission.RECEIVE",
      "com.majeur.launcher.permission.UPDATE_BADGE",
      "com.sec.android.provider.badge.permission.READ",
      "com.sec.android.provider.badge.permission.WRITE",
      "com.sonyericsson.home.permission.BROADCAST_BADGE"
    ]

I’m confused with the VIBRATE, WAKELOCK, and the BADGES.

Anyone who successfully published? I don’t want to use default Expo permissions since I’m not using Camera and others.

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