summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrace Jia <xiaotonj@google.com>2021-06-22 23:02:24 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-06-22 23:02:24 +0000
commitcc26be6127fbc303edb74b46bb650b8571413884 (patch)
tree2842b4df5a63d285f3a8a7121175800c1b8e5f5c
parent0831aab98809bf51d167ff49198585b4da739aab (diff)
parent91de5bb89e66def43c3bf5e36a9d6547364468ea (diff)
downloadUserDictionaryProvider-cc26be6127fbc303edb74b46bb650b8571413884.tar.gz
Add READ_PHONE_NUMBERS permission to get phone account from Telecom. am: 91de5bb89e
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/providers/UserDictionaryProvider/+/15053494 Change-Id: I484fe79efdf22d5e7eec7d7bee43a7f622115244
-rw-r--r--AndroidManifest.xml6
1 files 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">
+ <uses-permission android:name="android.permission.READ_PHONE_NUMBERS" />
+
<application android:process="android.process.acore"
android:label="@string/app_label"
android:allowClearUserData="false"