diff options
| author | 2022-03-08 17:03:29 -0800 | |
|---|---|---|
| committer | 2022-03-08 17:10:50 -0800 | |
| commit | 29e4ed456b55785bb27ecf27c74606a91ce62a8f (patch) | |
| tree | 93750bda78d90f64888729c6eefd3ae0f15c2515 | |
| parent | 58ba02cc3ccf10d77bda1c464b795e0e5abd80ab (diff) | |
Update strings for body sensors permissions
Test: CtsPermission3TestCases && manual
Bug: 208305481
Change-Id: I34010ccfef168a6fdffc6e67695403cad118bf0e
| -rw-r--r-- | core/res/res/values/strings.xml | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/core/res/res/values/strings.xml b/core/res/res/values/strings.xml index 05ebef9bf56f..47d0f27636d7 100644 --- a/core/res/res/values/strings.xml +++ b/core/res/res/values/strings.xml @@ -1248,14 +1248,13 @@ Malicious apps may use this to erase or modify your call log.</string> <!-- Title of the body sensors permission, listed so the user can decide whether to allow the application to access body sensor data. [CHAR LIMIT=80] --> - <string name="permlab_bodySensors">access body sensors (like heart rate monitors) - </string> + <string name="permlab_bodySensors">Access body sensor data, like heart rate, while in use</string> <!-- Description of the body sensors permission, listed so the user can decide whether to allow the application to access data from body sensors. [CHAR LIMIT=NONE] --> - <string name="permdesc_bodySensors" product="default">Access to data from body sensors such as heart rate, temperature, blood oxygen percentage, etc.</string> + <string name="permdesc_bodySensors" product="default">Allows the app to access body sensor data, such as heart rate, temperature, and blood oxygen percentage, while the app is in use.</string> <!-- Title of the background body sensors permission, listed so the user can decide whether to allow the application to access body sensor data in the background. [CHAR LIMIT=80] --> - <string name="permlab_bodySensors_background">access body sensors (like heart rate monitors) while in the background</string> + <string name="permlab_bodySensors_background">Access body sensor data, like heart rate, while in the background</string> <!-- Description of the background body sensors permission, listed so the user can decide whether to allow the application to access data from body sensors in the background. [CHAR LIMIT=NONE] --> - <string name="permdesc_bodySensors_background" product="default">Access to data from body sensors such as heart rate, temperature, blood oxygen percentage, etc. while in the background.</string> + <string name="permdesc_bodySensors_background" product="default">Allows the app to access body sensor data, such as heart rate, temperature, and blood oxygen percentage, while the app is in the background.</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_readCalendar">Read calendar events and details</string> |