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

Commit 6707341b authored by Konstantin Lopyrev's avatar Konstantin Lopyrev
Browse files

Fixing bug 2660263, changed text for PIN unlock

Change-Id: I904c7c4753b68195fbd547e97207aa3cceef3c6d
parent 24488bd0
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -1417,10 +1417,14 @@
         Displayed in one line in a large font.  -->
    <string name="keyguard_password_enter_pin_code">Enter PIN code</string>

    <!-- Instructions telling the user to enter their PIN password to unlock the keyguard.
    <!-- Instructions telling the user to enter their text password to unlock the keyguard.
         Displayed in one line in a large font.  -->
    <string name="keyguard_password_enter_password_code">Enter password to unlock</string>

    <!-- Instructions telling the user to enter their PIN password to unlock the keyguard.
         Displayed in one line in a large font.  -->
    <string name="keyguard_password_enter_pin_password_code">Enter PIN to unlock</string>

    <!-- Instructions telling the user that they entered the wrong pin while trying
         to unlock the keyguard.  Displayed in one line in a large font.  -->
    <string name="keyguard_password_wrong_pin_code">Incorrect PIN code!</string>
+1 −0
Original line number Diff line number Diff line
@@ -112,6 +112,7 @@ public class PasswordUnlockScreen extends LinearLayout implements KeyguardScreen
            mPasswordEntry.setKeyListener(TextKeyListener.getInstance());
        } else {
            mPasswordEntry.setKeyListener(DigitsKeyListener.getInstance());
            mTitle.setText(R.string.keyguard_password_enter_pin_password_code);
        }

        mKeyboardHelper.setVibratePattern(mLockPatternUtils.isTactileFeedbackEnabled() ?