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

Commit 71878402 authored by Steven Ross's avatar Steven Ross Committed by Android (Google) Code Review
Browse files

Merge "Removing dependence on enable_facelock"

parents 0e78df86 c9237f41
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -857,11 +857,6 @@ public class LockPatternUtils {
     * @return Whether biometric weak lock is installed and that the front facing camera exists
     */
    public boolean isBiometricWeakInstalled() {
        // Check that the system flag was set
        if (!OPTION_ENABLE_FACELOCK.equals(getString(LOCKSCREEN_OPTIONS))) {
            return false;
        }

        // Check that it's installed
        PackageManager pm = mContext.getPackageManager();
        try {