summaryrefslogtreecommitdiff
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 0dcd500d5..ca26bc49b 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -228,5 +228,10 @@
android:name=".calllog.CallLogNotificationsService"
android:exported="false"
/>
+
+ <!-- Service to update a contact -->
+ <service
+ android:name=".contact.ContactUpdateService"
+ android:exported="false" />
</application>
</manifest>