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

Commit 9e1e8a20 authored by Siyuan Ren's avatar Siyuan Ren Committed by Android (Google) Code Review
Browse files

Merge "Remove stale lint." into main

parents f900d98f 920120b9
Loading
Loading
Loading
Loading
+0 −22
Original line number Diff line number Diff line
@@ -3950,28 +3950,6 @@
            column="32"/>
    </issue>
    <issue
        id="FlaggedApi"
        message="Field `BIOMETRIC_NO_AUTHENTICATION` is a flagged API and should be inside an `if (Flags.lastAuthenticationTime())` check (or annotate the surrounding method `getLastAuthTime` with `@FlaggedApi(Flags.FLAG_LAST_AUTHENTICATION_TIME) to transfer requirement to caller`)"
        errorLine1="            return BiometricConstants.BIOMETRIC_NO_AUTHENTICATION;"
        errorLine2="                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="frameworks/base/keystore/java/android/security/KeyStoreAuthorization.java"
            line="139"
            column="39"/>
    </issue>
    <issue
        id="FlaggedApi"
        message="Field `BIOMETRIC_NO_AUTHENTICATION` is a flagged API and should be inside an `if (Flags.lastAuthenticationTime())` check (or annotate the surrounding method `getLastAuthTime` with `@FlaggedApi(Flags.FLAG_LAST_AUTHENTICATION_TIME) to transfer requirement to caller`)"
        errorLine1="            return BiometricConstants.BIOMETRIC_NO_AUTHENTICATION;"
        errorLine2="                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="frameworks/base/keystore/java/android/security/KeyStoreAuthorization.java"
            line="145"
            column="39"/>
    </issue>
    <issue
        id="FlaggedApi"
        message="Field `PERSISTENT_DATA_BLOCK_SERVICE` is a flagged API and should be inside an `if (Flags.frpEnforcement())` check (or annotate the surrounding method `createConfirmFactoryResetCredentialIntent` with `@FlaggedApi(Flags.FLAG_FRP_ENFORCEMENT) to transfer requirement to caller`)"