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

Commit 2088c1ad authored by Jim Miller's avatar Jim Miller Committed by Android (Google) Code Review
Browse files

Merge "Fix 2579481: Fix change alphanumeric password security hole" into froyo

parents 755cb302 9c1e7f8c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -48,6 +48,7 @@ public class ChooseLockSettingsHelper {
                break;
            case DevicePolicyManager.PASSWORD_QUALITY_NUMERIC:
            case DevicePolicyManager.PASSWORD_QUALITY_ALPHABETIC:
            case DevicePolicyManager.PASSWORD_QUALITY_ALPHANUMERIC:
                launched = confirmPassword(request);
                break;
        }