From 65807729e09a78de6e722ee092dc8fab6420a418 Mon Sep 17 00:00:00 2001 From: Tyler Gunn Date: Mon, 27 Mar 2023 17:59:40 +0000 Subject: 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 --- core/res/AndroidManifest.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml index 5bcba484fbd4..d60deed2bef6 100644 --- a/core/res/AndroidManifest.xml +++ b/core/res/AndroidManifest.xml @@ -1305,8 +1305,7 @@ android:permissionFlags="hardRestricted" android:protectionLevel="dangerous" /> -