diff options
| author | 2015-06-10 14:16:35 -0700 | |
|---|---|---|
| committer | 2015-06-10 14:19:46 -0700 | |
| commit | 43d1194f08e76452d5383e7c3da9241b0188441e (patch) | |
| tree | 9da8acf3f22fb94551fdae1178911e6f72c8979b | |
| parent | 475c545fa8ea0d87bc3704ae3c0bf73bb060dcb8 (diff) | |
Update DPM strings for keyguard features
Fixes bug 21760462
Change-Id: If71d7f7a81fe3f39da730c3fbb408a4dd25ac52f
| -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 baa7a35bed58..49b29643be38 100644 --- a/core/res/res/values/strings.xml +++ b/core/res/res/values/strings.xml @@ -1517,9 +1517,9 @@ <!-- 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]--> - <string name="policylab_disableKeyguardFeatures">Disable features of screen lock</string> + <string name="policylab_disableKeyguardFeatures">Disable some screen lock features</string> <!-- Description of policy access to disable all device cameras [CHAR LIMIT=110]--> - <string name="policydesc_disableKeyguardFeatures">Prevent use of some features of screen lock.</string> + <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 /> <!-- Phone number types from android.provider.Contacts. This could be used when adding a new phone number for a contact, for example. --> |