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

Commit 17ecdcb0 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

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



Change-Id: I931f6b1fb82195fada2834c650468ef5f997fafb
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 53065e57 18a30d58
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -731,7 +731,7 @@ public class LockPatternUtils {
        return DeviceConfig.getBoolean(
        return DeviceConfig.getBoolean(
                DeviceConfig.NAMESPACE_AUTO_PIN_CONFIRMATION,
                DeviceConfig.NAMESPACE_AUTO_PIN_CONFIRMATION,
                FLAG_ENABLE_AUTO_PIN_CONFIRMATION,
                FLAG_ENABLE_AUTO_PIN_CONFIRMATION,
                /* defaultValue= */ false);
                /* defaultValue= */ true);
    }
    }


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