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

Commit a73bfa27 authored by Kevin Chyn's avatar Kevin Chyn
Browse files

Update BIOMETRIC_ERROR_VENDOR javadoc

Bug: 142157673

Test: Builds
Change-Id: I46f918806db3f50abfbe3aeb407f2e58e15edafd
parent 02c6715d
Loading
Loading
Loading
Loading
+4 −6
Original line number Original line Diff line number Diff line
@@ -86,12 +86,10 @@ public interface BiometricConstants {
    int BIOMETRIC_ERROR_LOCKOUT = 7;
    int BIOMETRIC_ERROR_LOCKOUT = 7;


    /**
    /**
     * Hardware vendors may extend this list if there are conditions that do not fall under one of
     * OEMs should use this constant if there are conditions that do not fit under any of the other
     * the above categories. Vendors are responsible for providing error strings for these errors.
     * publicly defined constants, and must provide appropriate strings for these
     * These messages are typically reserved for internal operations such as enrollment, but may be
     * errors to the {@link BiometricPrompt.AuthenticationCallback#onAuthenticationError(int,
     * used to express vendor errors not otherwise covered. Applications are expected to show the
     * CharSequence)} callback. OEMs should expect that the error message will be shown to users.
     * error message string if they happen, but are advised not to rely on the message id since they
     * will be device and vendor-specific
     */
     */
    int BIOMETRIC_ERROR_VENDOR = 8;
    int BIOMETRIC_ERROR_VENDOR = 8;