Manifest Permissions
This document refers to deprecated parts of the platform and has been left intact to help customers with legacy integrations. In order to access the latest platform features and documentation, please go to https://docs.sentiance.com.
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