summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Christopher Tate <ctate@google.com> 2014-02-14 15:45:27 -0800
committer Christopher Tate <ctate@google.com> 2014-02-14 15:45:27 -0800
commit4ba92fc04be54d55c86befcd50cbfbb66ab694ba (patch)
tree82296056791a9f813bbf196b6acbaa67113ce687
parent1717eb1dc16402627d3361f8bb78493ba0beb9f0 (diff)
Clarify permission semantics
Bug 12919011 Change-Id: I43a72801ddec04245ac6352eeda4cd0f14aea658
-rw-r--r--core/res/res/values/strings.xml12
1 files changed, 8 insertions, 4 deletions
diff --git a/core/res/res/values/strings.xml b/core/res/res/values/strings.xml
index d70ce0a1f013..df41e825e9ca 100644
--- a/core/res/res/values/strings.xml
+++ b/core/res/res/values/strings.xml
@@ -1175,10 +1175,14 @@
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. [CHAR LIMIT=NONE]-->
<string name="permdesc_manageCaCertificates">Allows the app to install and uninstall CA certificates as trusted credentials.</string>
- <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
- <string name="permlab_bindIdleService">bind to idle services</string>
- <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
- <string name="permdesc_bindIdleService">This permission allows the Android system to bind to an application\'s idle services.</string>
+ <!-- Title of a permission that is never presented to the user. This is not a
+ permission that an application must be granted by the user. Instead, it
+ is part of a mechanism that applications use to indicate to the system
+ that they want to do occasional work while the device is idle. -->
+ <string name="permlab_bindIdleService">run application during idle time</string>
+ <!-- Description of an application permission, so that the user can understand
+ what is being done if they are curious. -->
+ <string name="permdesc_bindIdleService">This permission allows the Android system to run the application in the background while the device is not in use.</string>
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
<string name="permlab_diagnostic">read/write to resources owned by diag</string>