diff options
| author | 2020-04-10 19:27:23 +0000 | |
|---|---|---|
| committer | 2020-04-10 19:27:23 +0000 | |
| commit | 03c66eb0e46b55e92397818d8aa72b6b6fe10b30 (patch) | |
| tree | c683d52f4bd4f40ec3e1fcdcf46865f9faad11c6 | |
| parent | a31590bb4ab791120b8f4025d7a25bcb781363e7 (diff) | |
| parent | 3a3b3e962484deeda8e408e7e7eaab967497149a (diff) | |
Merge "Update READ_PHONE_STATE doc to remove reference to phone number" into rvc-dev
| -rw-r--r-- | core/res/AndroidManifest.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml index 1c978bff0fd3..32a79f3ab8ae 100644 --- a/core/res/AndroidManifest.xml +++ b/core/res/AndroidManifest.xml @@ -1099,9 +1099,9 @@ android:description="@string/permgroupdesc_phone" android:priority="500" /> - <!-- Allows read only access to phone state, including the phone number of the device, - current cellular network information, the status of any ongoing calls, and a list of any - {@link android.telecom.PhoneAccount}s registered on the device. + <!-- Allows read only access to phone state, including the current cellular network information, + the status of any ongoing calls, and a list of any {@link android.telecom.PhoneAccount}s + registered on the device. <p class="note"><strong>Note:</strong> If <em>both</em> your <a href="{@docRoot}guide/topics/manifest/uses-sdk-element.html#min">{@code minSdkVersion}</a> and <a |