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
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 8017966..ae0502a 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 -->