diff options
| author | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | 2021-10-14 01:19:14 +0000 |
|---|---|---|
| committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2021-10-14 01:19:14 +0000 |
| commit | 62f73cbca146d038f7c5afd52328711960bd866e (patch) | |
| tree | 2842b4df5a63d285f3a8a7121175800c1b8e5f5c | |
| parent | 7970f58a5dc15ac9cd4f227ea81dd83f924af3eb (diff) | |
| parent | d1ba6d7cb33928aa792e48d060d9a9864eda98aa (diff) | |
| download | platform_packages_providers_UserDictionaryProvider-sdk-release.tar.gz platform_packages_providers_UserDictionaryProvider-sdk-release.tar.bz2 platform_packages_providers_UserDictionaryProvider-sdk-release.zip | |
Merge "Snap for 7821744 from b0cc975fe1098fd4c98a18a05d8edd3378af71bc to sdk-release" into sdk-releasesdk-release
| -rw-r--r-- | AndroidManifest.xml | 6 |
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" |
