diff options
| author | 2023-03-28 18:42:05 +0000 | |
|---|---|---|
| committer | 2023-03-28 18:42:05 +0000 | |
| commit | 9066dfd24b209992b956eeab5c7aef1d0079eb7f (patch) | |
| tree | c4dac1f0073e20eb63286e940b4c0cdc1b1722f8 | |
| parent | 7a98ed5591328a41f74db1552a6d609bdcb805a7 (diff) | |
| parent | 60400e37c49624e4c07ab6b01ff88264b9028c7e (diff) | |
Merge "Update API docs for android.permission.WRITE_CALL_LOG." am: 9d6d0e2db3 am: 23e0a4b71d am: 60400e37c4
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/2509716
Change-Id: I058a2a463152dbf0f43c655f4e69075af9484615
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
| -rw-r--r-- | core/res/AndroidManifest.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml index 2f0ef1427215..393e7785b446 100644 --- a/core/res/AndroidManifest.xml +++ b/core/res/AndroidManifest.xml @@ -1374,8 +1374,7 @@ android:permissionFlags="hardRestricted" android:protectionLevel="dangerous" /> - <!-- Allows an application to write (but not read) the user's - call log data. + <!-- Allows an application to write and read the user's call log data. <p class="note"><strong>Note:</strong> If your app uses the {@link #WRITE_CONTACTS} permission and <em>both</em> your <a href="{@docRoot}guide/topics/manifest/uses-sdk-element.html#min">{@code |