Documentation

Android

Overview

  • Minimum Android version:4.4 (API Level:19)
  • Compilation Android SDK version:API Level:35
  • Target Android SDK version:API Level:35
  • Supported CPU architectures:armeabi-v7a,arm64-v8a
  • SDK incremental package size:4.5MB+
  • Capture image size:default capture image resolution 600px*600px, size is about 300KB, support custom image size range: 300px~1000px
  • Supported languages:
    • English
    • Indonesian
    • Vietnamese
    • Chinese
    • Hendi
    • Thai
    • Spanish
  • Use-permissions:
    <uses-feature android:name="android.hardware.camera" />
    <uses-permission android:name="android.permission.INTERNET" />
    <uses-permission android:name="android.permission.CAMERA" />

Compliance Explanation

Click to view the compliance explanation

Release Notes

Click to show release notes

Demo

Method 1

Install IDV-Demo.apk to your phone and log in with the test account.

Method 2:

Download Demo Project

Installation

The Liveness SDK supports three integration methods, offering varying degrees of UI customization to meet your specific requirements. You can select the most suitable integration approach based on your product needs.

Integration DescriptionAdvantagesDisadvantages
Use AAI's default layout and interactionided by AAISimple integration with easy version upgradesLimited to icon and text asset modifications; restricted UI customization capabilities
Customize layout structure using AAI UI source codeFlexible control positioning; seamless integration as a standard ActivityRequires manual UI source code maintenance; potential significant changes during major version updates
Integrate as a View componentFull workflow customization controlRequires learning the Liveness View API; involves additional learning effort