summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSvet Ganov <svetoslavganov@google.com>2015-06-11 15:58:34 -0700
committerSvet Ganov <svetoslavganov@google.com>2015-06-11 15:58:37 -0700
commit678e8532b521b7111b4c1bf7f72aebef764b16d2 (patch)
tree40297c38bee0b90680c6bc3e52cfd65922bc6161
parent9fb3c8826ceb2c1b7d93c7c151ec5f39f26c9e1d (diff)
downloadframeworks_base-678e8532b521b7111b4c1bf7f72aebef764b16d2.zip
frameworks_base-678e8532b521b7111b4c1bf7f72aebef764b16d2.tar.gz
frameworks_base-678e8532b521b7111b4c1bf7f72aebef764b16d2.tar.bz2
Update sensors permission group name string
bug:21784262 Change-Id: I4bef927b7e9de246df8d5ab6cfe7d40f78942fe7
-rw-r--r--core/res/res/values/strings.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/res/res/values/strings.xml b/core/res/res/values/strings.xml
index 5f70cff..0183e3e 100644
--- a/core/res/res/values/strings.xml
+++ b/core/res/res/values/strings.xml
@@ -596,7 +596,7 @@
<!-- Title of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. -->
<string name="permgrouplab_sensors">Sensors</string>
<!-- Description of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. -->
- <string name="permgroupdesc_sensors">access data from sensors and wearable devices</string>
+ <string name="permgroupdesc_sensors">access information about your vital signs and physical activity</string>
<!-- Title for the capability of an accessibility service to retrieve window content. -->
<string name="capability_title_canRetrieveWindowContent">Retrieve window content</string>