Merge "Add new "pin complex" type to supported keyguard PINs"

This commit is contained in:
Jim Miller
2014-07-10 02:13:11 +00:00
committed by Android (Google) Code Review
5 changed files with 19 additions and 5 deletions

View File

@@ -996,6 +996,9 @@
<!-- Error shown when in PASSWORD mode and password has been used recently. Please keep this string short! -->
<string name="lockpassword_password_recently_used">Device administrator doesn\'t allow using a recent password.</string>
<!-- [CHAR_LIMIT=NONE] Error shown when the user tries to set an ascending or descending sequence of digits -->
<string name="lockpassword_pin_no_sequential_digits">An ascending, descending or repeated sequence of digits is forbidden</string>
<!-- Label for ChoosePassword/PIN OK button -->
<string name="lockpassword_ok_label">OK</string>