mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 22:04:26 +00:00
Add REENROLL_REQUIRED to IFace
Bug: 180723766 Test: m android.hardware.biometrics.face-update-api Change-Id: I4687828a9e1bcd42633b28f16656d99632b63520
This commit is contained in:
@@ -40,4 +40,5 @@ enum Error {
|
||||
CANCELED = 5,
|
||||
UNABLE_TO_REMOVE = 6,
|
||||
VENDOR = 8,
|
||||
REENROLL_REQUIRED = 16,
|
||||
}
|
||||
|
||||
@@ -87,5 +87,9 @@ enum Error {
|
||||
*
|
||||
* LOCKOUT_PERMANENT = 9
|
||||
*/
|
||||
}
|
||||
|
||||
/**
|
||||
* Authentication cannot be performed because re-enrollment is required.
|
||||
*/
|
||||
REENROLL_REQUIRED = 16,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user