From 91de5bb89e66def43c3bf5e36a9d6547364468ea Mon Sep 17 00:00:00 2001 From: Grace Jia Date: Wed, 9 Jun 2021 20:51:31 -0700 Subject: Add READ_PHONE_NUMBERS permission to get phone account from Telecom. Bug: 183407956 Test: UnitTest, CTS test Change-Id: I622887ec2621be1e8f46c5f8d7067ecae2cd984a (cherry picked from commit e072f8b83882177bdf4af88c7fe9e6b6cabc6345) --- AndroidManifest.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/AndroidManifest.xml b/AndroidManifest.xml index c14287c..37860c4 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -4,9 +4,9 @@ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at - + http://www.apache.org/licenses/LICENSE-2.0 - + Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. @@ -18,6 +18,8 @@ package="com.android.providers.userdictionary" android:sharedUserId="android.uid.shared"> + +