Fixing service declaration
The service class got moved, but AndroidManifest
was not updated accordingly
Change-Id: I52834450b8e1c0df66ab44271be2ae8da6fc8a2e
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 50e6c6d..fcffd21 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -465,7 +465,7 @@
<!-- Service to save a contact -->
<service
- android:name=".views.ContactSaveService"
+ android:name=".ContactSaveService"
android:exported="false" />
<!-- Views the details of a single contact -->