<!-- 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. -->
<stringname="permlab_bindIdleService">run application during idle time</string>
that they want to do scheduled background work. -->
<stringname="permlab_bindTaskService">run the application\'s scheduled background work</string>
<!-- Description of an application permission, so that the user can understand
what is being done if they are curious. -->
<stringname="permdesc_bindIdleService">This permission allows the Android system to run the application in the background while the device is not in use.</string>
<stringname="permdesc_bindTaskService">This permission allows the Android system to run the application in the background when requested.</string>
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
<stringname="permlab_diagnostic">read/write to resources owned by diag</string>