summaryrefslogtreecommitdiff
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 0ced1fad9..038352e2e 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -251,6 +251,13 @@
android:name=".contact.ContactUpdateService"
android:exported="false" />
+ <!-- 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"/>
+
<!-- Main in-call UI activity. This is never launched directly
from outside the phone app; instead, it's either launched by
the OutgoingCallBroadcaster (for outgoing calls), or as the