diff options
author | Android (Google) Code Review <android-gerrit@google.com> | 2009-07-30 16:18:21 -0700 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2009-07-30 16:18:21 -0700 |
commit | c134c281ca83a28deb96c7b338c48c0b0327f26f (patch) | |
tree | f105498b021bca161b54cb10e8640c4b4774d70a /core | |
parent | 1247a6444bb9f006e0b9def5cd15d626785424bb (diff) | |
parent | f2348429bc7921da334b2a462a6ecb86849af720 (diff) | |
download | frameworks_base-c134c281ca83a28deb96c7b338c48c0b0327f26f.zip frameworks_base-c134c281ca83a28deb96c7b338c48c0b0327f26f.tar.gz frameworks_base-c134c281ca83a28deb96c7b338c48c0b0327f26f.tar.bz2 |
Merge change 9265 into donut
* changes:
Highlight IMEI-reading as part of READ_PHONE_STATE description
Diffstat (limited to 'core')
-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 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> |