Manifest Permissions

The gradle build system will merge the following Sentiance SDK permissions during the process of generating the final application manifest.

  • android.permission.INTERNET

  • android.permission.WAKE_LOCK

  • android.permission.ACCESS_WIFI_STATE

  • android.permission.ACCESS_NETWORK_STATE

  • android.permission.ACCESS_COARSE_LOCATION

  • android.permission.ACCESS_FINE_LOCATION

  • android.permission.RECEIVE_BOOT_COMPLETED

  • android.permission.FOREGROUND_SERVICE

  • android.permission.HIGH_SAMPLING_RATE_SENSORS

  • android.permission.SCHEDULE_EXACT_ALARM

  • com.google.android.gms.permission.ACTIVITY_RECOGNITION

After adding the Sentiance SDK, if you have a permission issue with READ_PHONE_STATE due to the API level restriction, please read this troubleshooting guide in order to resolve it.

Last updated