Add missing ContactUpdateService in AndroidManifest.xml

Bug: 8107290
Change-Id: I87a4127a99cbedd8e757cfc66cfe7f543c4e82eb
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 0dcd500..ca26bc4 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>