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

Commit 18a30d58 authored by Bhavuk Jain's avatar Bhavuk Jain Committed by Android (Google) Code Review
Browse files

Merge "Added change which enables the auto confirm feature flag to default to true." into udc-dev

parents 326dd9c1 12643c72
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -731,7 +731,7 @@ public class LockPatternUtils {
        return DeviceConfig.getBoolean(
                DeviceConfig.NAMESPACE_AUTO_PIN_CONFIRMATION,
                FLAG_ENABLE_AUTO_PIN_CONFIRMATION,
                /* defaultValue= */ false);
                /* defaultValue= */ true);
    }

    /** Returns if the given quality maps to an alphabetic password */