Merge change 9265 into donut

* changes:
  Highlight IMEI-reading as part of READ_PHONE_STATE description
This commit is contained in:
Android (Google) Code Review
2009-07-30 16:18:21 -07:00

View File

@@ -909,12 +909,12 @@
you.</string> you.</string>
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. --> <!-- 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. --> <!-- 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 <string name="permdesc_readPhoneState">Allows the application to access the phone
features of the device. An application with this permission can determine 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 number and serial number of this phone, whether a call is active, the number that call
and the like.</string> 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. --> <!-- 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> <string name="permlab_wakeLock">prevent phone from sleeping</string>