aboutsummaryrefslogtreecommitdiff
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
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>