summaryrefslogtreecommitdiffstats
path: root/packages/Keyguard/res
diff options
context:
space:
mode:
authorJorim Jaggi <jjaggi@google.com>2015-08-13 01:09:21 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2015-08-13 01:09:21 +0000
commitdeb6a3acbdbf81a995cc3c1eb2475b041564d44d (patch)
tree7e99b0056b85682e7d05f57942566b93b56dc9e8 /packages/Keyguard/res
parent40bc20660d3dc65f66e4409893f1ba6bf729d97f (diff)
parent73d9e1ce0bc8e4478b165fd5f550c99830fbcb57 (diff)
downloadframeworks_base-deb6a3acbdbf81a995cc3c1eb2475b041564d44d.zip
frameworks_base-deb6a3acbdbf81a995cc3c1eb2475b041564d44d.tar.gz
frameworks_base-deb6a3acbdbf81a995cc3c1eb2475b041564d44d.tar.bz2
am 73d9e1ce: am 69082a29: Merge "Require strong authentication after a timeout" into mnc-dr-dev
* commit '73d9e1ce0bc8e4478b165fd5f550c99830fbcb57': Require strong authentication after a timeout
Diffstat (limited to 'packages/Keyguard/res')
-rw-r--r--packages/Keyguard/res/values/strings.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/packages/Keyguard/res/values/strings.xml b/packages/Keyguard/res/values/strings.xml
index 41b1059..d1e84f5 100644
--- a/packages/Keyguard/res/values/strings.xml
+++ b/packages/Keyguard/res/values/strings.xml
@@ -316,6 +316,15 @@
<!-- An explanation text that the password needs to be entered since the device has just been restarted. [CHAR LIMIT=80] -->
<string name="kg_prompt_reason_restart_password">Password required when you restart device.</string>
+ <!-- An explanation text that the pattern needs to be solved since the user hasn't used strong authentication since quite some time. [CHAR LIMIT=80] -->
+ <string name="kg_prompt_reason_timeout_pattern">Pattern required for additional security.</string>
+
+ <!-- An explanation text that the pin needs to be entered since the user hasn't used strong authentication since quite some time. [CHAR LIMIT=80] -->
+ <string name="kg_prompt_reason_timeout_pin">PIN required for additional security.</string>
+
+ <!-- An explanation text that the password needs to be entered since the user hasn't used strong authentication since quite some time. [CHAR LIMIT=80] -->
+ <string name="kg_prompt_reason_timeout_password">Password required for additional security.</string>
+
<!-- An explanation text that the pattern needs to be solved since profiles have just been switched. [CHAR LIMIT=80] -->
<string name="kg_prompt_reason_switch_profiles_pattern">Pattern required when you switch profiles.</string>