summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXin Li <delphij@google.com>2021-10-06 22:54:10 +0000
committerXin Li <delphij@google.com>2021-10-06 22:54:10 +0000
commit6fe138bb695d409777859a3bb79d4ade617a4074 (patch)
tree2842b4df5a63d285f3a8a7121175800c1b8e5f5c
parent3dfeb14d28d1248b4be0ac5541521f11edac22ed (diff)
parenta6ae5c949e50b1aa0316b69dcf03830fa9cecea3 (diff)
downloadUserDictionaryProvider-6fe138bb695d409777859a3bb79d4ade617a4074.tar.gz
Merge Android 12
Bug: 202323961 Merged-In: I203c591917c9da5b44f12c9822522e0f4cc15599 Change-Id: Ic1c7774558534033dd84dc681fa23afa6a876895
-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"