summaryrefslogtreecommitdiffstats
path: root/packages/Keyguard/res
diff options
context:
space:
mode:
authorRuthwar Kumar Ambeer <ruthwar@codeaurora.org>2015-10-09 20:54:07 +0530
committerRuthwar Kumar Ambeer <ruthwar@codeaurora.org>2015-10-14 14:52:59 +0530
commitb2194e67a442c184179b8447632d94506f89add4 (patch)
treebe330d407b982c8a23d19aedd4637fc0e5df1d67 /packages/Keyguard/res
parent09ecabc3ea7a13d140a0c050afdafc6e9e2884a3 (diff)
downloadframeworks_base-b2194e67a442c184179b8447632d94506f89add4.zip
frameworks_base-b2194e67a442c184179b8447632d94506f89add4.tar.gz
frameworks_base-b2194e67a442c184179b8447632d94506f89add4.tar.bz2
Show remaining retry attempts for SIM lock upon Bootup.
Add functionality to show remaining retry attempts upon bootup before entering any wrong PIN. CRs-Fixed: 912687 Change-Id: I9f28b43a2e6e34be550a6e58b6c6471186d6c362
Diffstat (limited to 'packages/Keyguard/res')
-rw-r--r--packages/Keyguard/res/values/strings.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/packages/Keyguard/res/values/strings.xml b/packages/Keyguard/res/values/strings.xml
index 4837911..45e2827 100644
--- a/packages/Keyguard/res/values/strings.xml
+++ b/packages/Keyguard/res/values/strings.xml
@@ -343,4 +343,10 @@
<!-- Fingerprint hint message when finger was not recognized.-->
<string name="fingerprint_not_recognized">Not recognized</string>
+ <!-- Instructions telling the user remaining times when enter SIM PIN view. -->
+ <plurals name="kg_password_default_pin_message">
+ <item quantity="one">Enter SIM PIN, you have <xliff:g id="number">%d</xliff:g> remaining attempt before you must contact your carrier to unlock your device.</item>
+ <item quantity="other">Enter SIM PIN, you have <xliff:g id="number">%d</xliff:g> remaining attempts.</item>
+ </plurals>
+
</resources>