Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bf5b361f authored by Ilya Matyukhin's avatar Ilya Matyukhin
Browse files

Add REENROLL_REQUIRED to IFace

Bug: 180723766
Test: m android.hardware.biometrics.face-update-api
Change-Id: I4687828a9e1bcd42633b28f16656d99632b63520
parent c6ad586a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -40,4 +40,5 @@ enum Error {
  CANCELED = 5,
  UNABLE_TO_REMOVE = 6,
  VENDOR = 8,
  REENROLL_REQUIRED = 16,
}
+5 −1
Original line number Diff line number Diff line
@@ -87,5 +87,9 @@ enum Error {
     *
     * LOCKOUT_PERMANENT = 9
     */
}

    /**
     * Authentication cannot be performed because re-enrollment is required.
     */
    REENROLL_REQUIRED = 16,
}