summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2021-06-24 01:14:34 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2021-06-24 01:14:34 +0000
commit5ed6b642d7ae311b47373124ab824fcdc7717dd1 (patch)
tree2842b4df5a63d285f3a8a7121175800c1b8e5f5c
parenta7f42ec6feba8400b5c32732a82740e059a4919b (diff)
parent5178929a5dfba3ae07b07d89fa1a10281282e5ca (diff)
downloadUserDictionaryProvider-5ed6b642d7ae311b47373124ab824fcdc7717dd1.tar.gz
Change-Id: Ic6b29844b7cc22985492284befc3622c0e6f3aba
-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"