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

Commit dbecc81c authored by Bhavuk Jain's avatar Bhavuk Jain Committed by Automerger Merge Worker
Browse files

Merge "Added change which enables the auto confirm feature flag to default to...

Merge "Added change which enables the auto confirm feature flag to default to true." into udc-dev am: 18a30d58 am: 5ca9b52f

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/22932776



Change-Id: I3fef15f847bc83d55b229bc09108306d3a06a832
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents c7123715 5ca9b52f
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 */