summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--AndroidManifest.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index f145ac12a..30480c296 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -480,6 +480,13 @@
</intent-filter>
</service>
+ <!-- Broadcast receiver that passively listens to location updates -->
+ <receiver android:name="com.android.contacts.common.location.CountryDetector$LocationChangedReceiver"/>
+
+ <!-- IntentService to update the user's current country -->
+ <service android:name="com.android.contacts.common.location.UpdateCountryService"
+ android:exported="false"/>
+
<provider
android:name="android.support.v4.content.FileProvider"
android:authorities="com.android.contacts.files"