aboutsummaryrefslogtreecommitdiff
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorTingting Wang <tingtingw@google.com>2015-08-17 11:47:13 -0700
committerTingting Wang <tingtingw@google.com>2015-08-17 12:51:09 -0700
commit29dde64ebead6d59bf50d5af0d760df17c50ef55 (patch)
tree33366eee237561672954c2c076be73eec925fafc /AndroidManifest.xml
parent439e5f4848386eb775c512c23ab892115150d007 (diff)
downloadContactsProvider-29dde64ebead6d59bf50d5af0d760df17c50ef55.tar.gz
Revert "Modify metadata provider to support query other tables."
This reverts commit 20521ce66e4a90fe16a4e55368e60bffe264c525. Change-Id: Ibcfaee186fdd37a69ee748a115ebef2867bce734
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 0b3b92fe..80179667 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -60,7 +60,7 @@
</provider>
<provider android:name="ContactMetadataProvider"
- android:authorities="com.android.contacts;com.android.contacts.metadata"
+ android:authorities="com.android.contacts.metadata"
android:multiprocess="false"
android:exported="true"
android:permission="android.permission.READ_WRITE_CONTACT_METADATA">