diff options
| author | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | 2021-06-24 02:04:39 +0000 |
|---|---|---|
| committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | 2021-06-24 02:04:39 +0000 |
| commit | 5330dee4171ba3f57560600bcfeb83486d9c4266 (patch) | |
| tree | 2842b4df5a63d285f3a8a7121175800c1b8e5f5c | |
| parent | a2ba4a1f73d3ae57297933f1a941fc13921ef3d1 (diff) | |
| parent | c60a0215960b28c084913fd7ea591b75c680d04f (diff) | |
| download | platform_packages_providers_UserDictionaryProvider-android12-gsi.tar.gz platform_packages_providers_UserDictionaryProvider-android12-gsi.tar.bz2 platform_packages_providers_UserDictionaryProvider-android12-gsi.zip | |
Snap for 7486544 from 91de5bb89e66def43c3bf5e36a9d6547364468ea to sc-release am: c60a021596android12-gsi
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/providers/UserDictionaryProvider/+/15085636
Change-Id: I43f70774784c8d2d6c3df7dfb74b07fcff576396
| -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" |
