From 3a3b3e962484deeda8e408e7e7eaab967497149a Mon Sep 17 00:00:00 2001 From: Michael Groover Date: Mon, 6 Apr 2020 16:09:51 -0700 Subject: [PATCH] Update READ_PHONE_STATE doc to remove reference to phone number Now that READ_PHONE_STATE is an install permission apps targeting R+ will no longer have access to the device's phone number(s) with this permission. This commit updates the framework's AndroidManifest to remove the reference indicating this permission grants access to the device phone number. Bug: 136160623 Test: Builds Change-Id: I681c38aa8fe70adb185db7423b81da2b8bbdc2e7 --- core/res/AndroidManifest.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml index 451363f6bd3d5..c98f19fbd0ffa 100644 --- a/core/res/AndroidManifest.xml +++ b/core/res/AndroidManifest.xml @@ -1098,9 +1098,9 @@ android:description="@string/permgroupdesc_phone" android:priority="500" /> -