aboutsummaryrefslogtreecommitdiff
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorHui Yu <huiyu@google.com>2018-09-19 13:59:34 -0700
committerHui Yu <huiyu@google.com>2018-09-20 15:14:54 -0700
commit12587b82b8ba182e48806ddfa50182a8da7f1722 (patch)
treeb5422a986108dd0d4a661d615b19ac405cbd32ed /AndroidManifest.xml
parentea09c5d5d7ddd91204d5cd2195187682227d4b6d (diff)
downloadContactsProvider-12587b82b8ba182e48806ddfa50182a8da7f1722.tar.gz
Sends notification on RawContacts insert/update/delete
Change-Id: I4ad80cb2f45e27afc2a650d78d427eefe46082b5 Fix: 113696451 Test: atest ContactsContract_RawContactsTest.java
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 559e60f1..a673ec4e 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -120,5 +120,10 @@
android:exported="true">
</provider>
+ <provider android:name="RawContactsChangeNotificationProvider"
+ android:authorities="com.android.contacts.raw_contacts"
+ android:exported="true">
+ </provider>
+
</application>
</manifest>