diff options
| author | 2009-07-30 16:20:51 -0700 | |
|---|---|---|
| committer | 2009-07-30 16:20:51 -0700 | |
| commit | f0f6c51e13fae7522c401409afad98b64fbc33d8 (patch) | |
| tree | c04bfe986af981fcecbe7a0950a01945e6df7f58 | |
| parent | 992c1ebda18ac23c905d61d309dc8cdf9a030267 (diff) | |
| parent | c134c281ca83a28deb96c7b338c48c0b0327f26f (diff) | |
am c134c281: Merge change 9265 into donut
Merge commit 'c134c281ca83a28deb96c7b338c48c0b0327f26f'
* commit 'c134c281ca83a28deb96c7b338c48c0b0327f26f':
Highlight IMEI-reading as part of READ_PHONE_STATE description
| -rw-r--r-- | core/res/res/values/strings.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/core/res/res/values/strings.xml b/core/res/res/values/strings.xml index 549b66835430..558d91e514fa 100644 --- a/core/res/res/values/strings.xml +++ b/core/res/res/values/strings.xml @@ -916,12 +916,12 @@ you.</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_readPhoneState">read phone state</string> + <string name="permlab_readPhoneState">read phone state and identity</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_readPhoneState">Allows the application to access the phone features of the device. An application with this permission can determine the phone - number of this phone, whether a call is active, the number that call is connected to - and the like.</string> + number and serial number of this phone, whether a call is active, the number that call + is connected to and the like.</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_wakeLock">prevent phone from sleeping</string> |