Permissions

To use certain QoreID services, You'll need to include the service's delegated permissions in your manifest as specified below

Verifind

To use Verifind, please include the below permissions in your App module Manifest file

NamePermission
Step Countandroid.permission.ACTIVITY_RECOGNITION
Locationandroid.permission.ACCESS_COARSE_LOCATION
android.permission.ACCESS_FINE_LOCATION
android.permission.ACCESS_BACKGROUND_LOCATION

🚧

Only add these permissions if you intend to use Verifind.


Permissions Used in QoreID SDK

The following are the permissions used internally in the SDK.

Name
WRITE_EXTERNAL_STORAGE
READ_EXTERNAL_STORAGE
READ_MEDIA_IMAGES (Android 13 Api 33)
FOREGROUND_SERVICE
INTERNET
ACCESS_NETWORK_STATE
CAMERA
RECEIVE_BOOT_COMPLETED
WAKE_LOCK

What’s Next