Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f0f6c51e authored by Android (Google) Code Review's avatar Android (Google) Code Review Committed by Android Git Automerger
Browse files

am c134c281: Merge change 9265 into donut

Merge commit 'c134c281'

* commit 'c134c281':
  Highlight IMEI-reading as part of READ_PHONE_STATE description
parents 992c1ebd c134c281
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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>