Files
hardware_interfaces/biometrics
Jeff Pu b00dade599 Fix fingerprint vhal permanent lockout
Separate timed lockout failure count from permanent one, so
it can be reset independently

Bug: 357671325
Test: atest android.hardware.biometrics.fingerprint.* -c
Change-Id: I08a8283a8eb464201b0f06c9c9bb7ba7635a54ac
2024-08-06 17:23:23 -04:00
..

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.