diff options
author | eray orçunus <erayorcunus@gmail.com> | 2015-06-17 16:25:45 +0300 |
---|---|---|
committer | Gerrit Code Review <gerrit@cyanogenmod.org> | 2016-02-08 15:05:36 -0800 |
commit | 52400c6f1cd6f582ce7402cac3b099d7d8f3e3b6 (patch) | |
tree | 91f7b83abaf0dcb886d8861a427f286e82d303e0 /res/values/cm_strings.xml | |
parent | aa2912141dd64c1088a27958c5520b74b2807a19 (diff) | |
download | packages_apps_Settings-52400c6f1cd6f582ce7402cac3b099d7d8f3e3b6.zip packages_apps_Settings-52400c6f1cd6f582ce7402cac3b099d7d8f3e3b6.tar.gz packages_apps_Settings-52400c6f1cd6f582ce7402cac3b099d7d8f3e3b6.tar.bz2 |
lockscreen: Add option to pass swipe-up-to-unlock (2/3)
* Option appears on PIN,pattern and password methods
* User should press back button to see notifications, clock etc.
* Instantly hides keyguard if Smart Lock has unlocked phone.
CYNGNOS-1873
Change-Id: I31256770869b20842c69edb4a7a57b2bad7b3ea7
Signed-off-by: eray orçunus <erayorcunus@gmail.com>
Diffstat (limited to 'res/values/cm_strings.xml')
-rw-r--r-- | res/values/cm_strings.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/res/values/cm_strings.xml b/res/values/cm_strings.xml index 5077481..855d29f 100644 --- a/res/values/cm_strings.xml +++ b/res/values/cm_strings.xml @@ -857,6 +857,12 @@ <string name="lockpattern_settings_enable_error_path_title">Show pattern error</string> <!-- Whether the dots will be drawn when using the lockscreen pattern --> <string name="lockpattern_settings_enable_dots_title">Show pattern dots</string> + <!-- Whether the keyguard will directly pass to password entry --> + <string name="lock_directly_show_password">Directly show password entry</string> + <!-- Whether the keyguard will directly pass to pattern view --> + <string name="lock_directly_show_pattern">Directly show pattern view</string> + <!-- Whether the keyguard will directly pass to PIN entry --> + <string name="lock_directly_show_pin">Directly show PIN entry</string> <!-- lock screen visualizer --> <string name="lockscreen_visualizer_title">Display music visualizer</string> |