mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 05:49:27 +00:00
The new authenticatorId will always be needed by the client after invalidation finishes. This change allows the client to receive it without requesting getAuthenticatorId. Test: m android.hardware.biometrics.face-update-api Test: m android.hardware.biometrics.fingerprint-update-api Test: m VtsHalBiometricsFaceTargetTest Test: m VtsHalBiometricsFingerprintTargetTest Bug: 159667191 Change-Id: I63166315789945966ff8081e07dd714cc14bc2f0
Biometric HALs
Overview:
The interfaces within the biometrics.* HAL tree are used by the Android Biometric Services (e.g. FingerprintService, FaceService) to discover and operate biometric sensors on the device.
More details and versioning information can be found within each particular HAL.
More complete information about the Android Biometric HALs and subsystem can be found at source.android.com.