platform_hardware_interfaces/biometrics
Kevin Chyn 0ec2e0c3ec Change default IFingerprint HAL back to STRONG
This way, cuttlefish presubmit can run tests that require
multiple strong sensors

Bug: 163058911
Test: atest CtsBiometricsTestCases
Change-Id: I8ce66d3bc9fe8ea91465a6fcd5e7e75369b1a90f
2021-03-26 18:07:24 -07:00
..
common/aidl Rename HardwareInfo to ComponentInfo for the flexibility and 2021-03-18 16:41:11 -07:00
face Update the comment for generateChallenge 2021-03-25 07:59:05 +00:00
fingerprint Change default IFingerprint HAL back to STRONG 2021-03-26 18:07:24 -07:00
README.md Add authenticatorId changes to Fingerprint aidl 2020-09-17 13:16:58 -07: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.