Merge "Added change which enables the auto confirm feature flag to default to true." into udc-dev
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user