Class DeviceCVMEligibilityChecker


  • public final class DeviceCVMEligibilityChecker
    extends java.lang.Object
    This is responsible for checking if the Device Keyguard and Biometric Fingerprint is supported by the current device and whether everything is in place in the device to use them as a CD-CVM method.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static DeviceCVMEligibilityResult checkDeviceEligibility​(android.content.Context context)
      A utility to check if the Device keyguard , BiometricFingerprint can be supported as a CD-CVM methods for the current Device.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DeviceCVMEligibilityChecker

        public DeviceCVMEligibilityChecker()
    • Method Detail

      • checkDeviceEligibility

        public static DeviceCVMEligibilityResult checkDeviceEligibility​(android.content.Context context)
        A utility to check if the Device keyguard , BiometricFingerprint can be supported as a CD-CVM methods for the current Device.
        Returns:
        an enum that contains the check result. See the DeviceCVMEligibilityResult javadoc to see the checks performed.