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

This commit is contained in:
Bhavuk Jain
2023-04-28 21:56:57 +00:00
committed by Android (Google) Code Review

View File

@@ -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 */