diff options
author | Brian Colonna <bcolonna@google.com> | 2015-05-01 11:08:11 -0400 |
---|---|---|
committer | Brian Colonna <bcolonna@google.com> | 2015-05-01 11:10:52 -0400 |
commit | 98d67dbeb35455e9a45b3b7ae38bf6585171ac42 (patch) | |
tree | 65bdfd84b90e9788db2ae220b8fb4d678fd9269a /packages | |
parent | 033dc46bb949a9a5e42ed51bbff1e055a7c58ca2 (diff) | |
download | frameworks_base-98d67dbeb35455e9a45b3b7ae38bf6585171ac42.zip frameworks_base-98d67dbeb35455e9a45b3b7ae38bf6585171ac42.tar.gz frameworks_base-98d67dbeb35455e9a45b3b7ae38bf6585171ac42.tar.bz2 |
Removed unused Face Unlock string
I was checking to make sure dead Face Unlock code has been removed from
keyguard. The only remaining thing I found was this unused string.
Bug: 16139545
Change-Id: Ib20ebb0ea66f53f3b10545b6e474c46f138f2021
Diffstat (limited to 'packages')
-rw-r--r-- | packages/Keyguard/res/values/strings.xml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/packages/Keyguard/res/values/strings.xml b/packages/Keyguard/res/values/strings.xml index e060b4a..49ce427 100644 --- a/packages/Keyguard/res/values/strings.xml +++ b/packages/Keyguard/res/values/strings.xml @@ -96,8 +96,6 @@ <string name="keyguard_widget_24_hours_format" translatable="false">kk\uee01mm</string> <string name="keyguard_accessibility_pattern_unlock">Pattern unlock.</string> - <!-- Accessibility description of the face unlock. [CHAR_LIMIT=none] --> - <string name="keyguard_accessibility_face_unlock">Face unlock.</string> <!-- Accessibility description of the pin lock. [CHAR_LIMIT=none] --> <string name="keyguard_accessibility_pin_unlock">Pin unlock.</string> <!-- Accessibility description of the password lock. [CHAR_LIMIT=none] --> |