Requirements
To use the MobbId SDK on Android, the following requirements must be met:
minSdkVersion
: 21 (Android 5.0, LOLLIPOP, L)- Camera with autofocus capability.
- Internet access.
Permissions
You don't need to declare any permissions in your AndroidManifest.xml
file since they are already declared in the libraries's AndroidManifest.xml
and they will be merged automatically when you build your app.
Runtime permissions
Runtime permissions, such as camera permission, must be requested at runtime by the client application. You can obtain a list of the required permissions for each digital biometric module. For example, to check the necessary permissions for the Face module, you can refer to:
val permissionList: List<String> = MIDFaceSDK.getRequiredPermissions()