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

Commit 6cfab896 authored by Ilya Matyukhin's avatar Ilya Matyukhin Committed by Automerger Merge Worker
Browse files

Merge "Add REENROLL_REQUIRED to IFace" into sc-dev am: 61d38188

Original change: https://googleplex-android-review.googlesource.com/c/platform/hardware/interfaces/+/13632140

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: Ieb39d1ca912858f099e42a261c6fc3142efa3b29
parents eab72dbe 61d38188
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,
}