Fix 3384928: Update "disabled" strings for lock methods

This updates the disabled strings to give the user an idea
why the given methods are disabled.  It's either because
the DevicePolicyAdmin disabled it ("administrator") or
because the device is encrypted.

Change-Id: I0e99742a838037d069f686ed98f9622754bafe13
This commit is contained in:
Jim Miller
2011-02-14 18:41:29 -08:00
parent cd44f206e0
commit 64aafdcfac

View File

@@ -738,8 +738,8 @@
<!-- Title for preference that guides the user through creating an unlock password [CHAR LIMIT=45] --> <!-- Title for preference that guides the user through creating an unlock password [CHAR LIMIT=45] -->
<string name="unlock_set_unlock_password_summary">Require a password to unlock the screen</string> <string name="unlock_set_unlock_password_summary">Require a password to unlock the screen</string>
<!-- Summary for preference that has been disabled by DevicePolicyAdmin [CHAR LIMIT=45] --> <!-- Summary for preference that has been disabled by DevicePolicyAdmin [CHAR LIMIT=50] -->
<string name="unlock_set_unlock_disabled_summary">Disabled by remote device administrator</string> <string name="unlock_set_unlock_disabled_summary">Disabled by administrator or encryption policy</string>
<!-- Summary for "Configure lockscreen" when lock screen is off [CHAR LIMIT=45] --> <!-- Summary for "Configure lockscreen" when lock screen is off [CHAR LIMIT=45] -->
<string name="unlock_set_unlock_mode_off">Off</string> <string name="unlock_set_unlock_mode_off">Off</string>