Merge "Fail the screen lock flow if the old password has already changed."

This commit is contained in:
Irina Dumitrescu
2019-03-22 16:12:39 +00:00
committed by Android (Google) Code Review
4 changed files with 32 additions and 23 deletions

View File

@@ -1584,6 +1584,9 @@
<!-- Label for ChoosePassword/PIN Clear button that clears all text entered by the user so far. -->
<string name="lockpassword_clear_label">Clear</string>
<!-- Toast for a failed password change attempt when the old credential has been changed. [CHAR LIMIT=120]-->
<string name="lockpassword_credential_changed">Screen lock was already changed. Try again with the new screen lock.</string>
<!-- Label for LockPatternTutorial Cancel button -->
<string name="lockpattern_tutorial_cancel_label">Cancel</string>