aboutsummaryrefslogtreecommitdiff
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorTingting Wang <tingtingw@google.com>2015-10-13 12:14:23 -0700
committerTingting Wang <tingtingw@google.com>2015-10-13 12:14:23 -0700
commitf56fd4b373947a1a3930749fb85886622d1ba4c3 (patch)
treecc6ed1e8dd45dfa7ca0a95b051f37aff60b8a818 /AndroidManifest.xml
parentf908bf20d7892cab7b9bcc9f510cf3716e214463 (diff)
downloadContactsProvider-f56fd4b373947a1a3930749fb85886622d1ba4c3.tar.gz
Remove permission for ContactMetadataProvider.
Since we don't have UI to let user turn on/off the Lychee and its permission, we would remove the permission from ContactMetadataProvider right now. BUG 24903645 Change-Id: I437b1aeff47c198b0e4db579595deb77f537dfcf
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 80179667..ae0502ab 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -62,8 +62,7 @@
<provider android:name="ContactMetadataProvider"
android:authorities="com.android.contacts.metadata"
android:multiprocess="false"
- android:exported="true"
- android:permission="android.permission.READ_WRITE_CONTACT_METADATA">
+ android:exported="true">
</provider>
<!-- Handles database upgrades after OTAs, then disables itself -->