Update API docs for android.permission.WRITE_CALL_LOG.

The API docs were incorrect in stating that WRITE_CALL_LOG does not
allow the app to READ the call log.  Contact providers have a read and
write permission and per the docs in a contact provider, the write
permission implicitly gives READ access to an app.

Fixes: 254851589
Test: Docs only change.
Change-Id: I7e7ff5cf940f582fb9aa13ccc460ba65be07760d
This commit is contained in:
Tyler Gunn
2023-03-27 17:59:40 +00:00
parent 30a3877337
commit 65807729e0

View File

@@ -1305,8 +1305,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