diff options
author | Jim Miller <jaggies@google.com> | 2015-06-10 14:36:50 -0700 |
---|---|---|
committer | Jim Miller <jaggies@google.com> | 2015-06-10 21:41:51 +0000 |
commit | 9481227fac23131f68edb120f2ed06b9cf44f3f5 (patch) | |
tree | ea0beb727eb7f55476dcfc5302bd99fd2a51b522 /core | |
parent | 5b1548b6b4d37c905baa867c6065a10b68f77c51 (diff) | |
download | frameworks_base-9481227fac23131f68edb120f2ed06b9cf44f3f5.zip frameworks_base-9481227fac23131f68edb120f2ed06b9cf44f3f5.tar.gz frameworks_base-9481227fac23131f68edb120f2ed06b9cf44f3f5.tar.bz2 |
Correct comments for DPM keyguard features.
Fixes bug 21760462
Change-Id: I88d90f0091d9b467bd9017dae2b79a2ab55c7825
Diffstat (limited to 'core')
-rw-r--r-- | core/res/res/values/strings.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/res/res/values/strings.xml b/core/res/res/values/strings.xml index 21abb1b..61f9eef 100644 --- a/core/res/res/values/strings.xml +++ b/core/res/res/values/strings.xml @@ -1519,9 +1519,9 @@ <string name="policylab_disableCamera">Disable cameras</string> <!-- Description of policy access to disable all device cameras [CHAR LIMIT=110]--> <string name="policydesc_disableCamera">Prevent use of all device cameras.</string> - <!-- Title of policy access to disable all device cameras [CHAR LIMIT=30]--> + <!-- Title of policy access to disable keyguard features [CHAR LIMIT=30]--> <string name="policylab_disableKeyguardFeatures">Disable some screen lock features</string> - <!-- Description of policy access to disable all device cameras [CHAR LIMIT=110]--> + <!-- Description of policy access to disable keyguard features. [CHAR LIMIT=110]--> <string name="policydesc_disableKeyguardFeatures">Prevent use of some screen lock features.</string> <!-- The order of these is important, don't reorder without changing Contacts.java --> <skip /> |