summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorChristopher Tate <ctate@google.com>2009-07-30 16:13:03 -0700
committerChristopher Tate <ctate@google.com>2009-07-30 16:13:03 -0700
commitf2348429bc7921da334b2a462a6ecb86849af720 (patch)
tree196bb199524f75a48a7f2c440caaedb3a78b8a42 /core
parentf4fbdfa53fe0497d9b1f3b9642df357bb765e84f (diff)
downloadframeworks_base-f2348429bc7921da334b2a462a6ecb86849af720.zip
frameworks_base-f2348429bc7921da334b2a462a6ecb86849af720.tar.gz
frameworks_base-f2348429bc7921da334b2a462a6ecb86849af720.tar.bz2
Highlight IMEI-reading as part of READ_PHONE_STATE description
Diffstat (limited to 'core')
-rw-r--r--core/res/res/values/strings.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/core/res/res/values/strings.xml b/core/res/res/values/strings.xml
index 4bbd178..aaaebbb 100644
--- a/core/res/res/values/strings.xml
+++ b/core/res/res/values/strings.xml
@@ -909,12 +909,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>