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

Merge commit '2088c1ada1f1997e7f363a5897dfc26b3635c80e' into kraken

* commit '2088c1ada1f1997e7f363a5897dfc26b3635c80e':
  Fix 2579481: Fix change alphanumeric password security hole
This commit is contained in:
Jim Miller
2010-04-08 13:44:55 -07:00
committed by Android Git Automerger

View File

@@ -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;
}