summaryrefslogtreecommitdiff
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorYorke Lee <yorkelee@google.com>2013-01-30 14:56:19 -0800
committerYorke Lee <yorkelee@google.com>2013-01-30 14:56:40 -0800
commit81e0da49ca93081c3ef60d634755f39931c88c94 (patch)
treeb7866bae817a69c1a6f436838dd7a68c8a6778ba /AndroidManifest.xml
parent6e211c987347b5d65aabd73afe6ab1dea749242a (diff)
Add missing ContactUpdateService in AndroidManifest.xml
Bug: 8107290 Change-Id: I87a4127a99cbedd8e757cfc66cfe7f543c4e82eb
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>