summaryrefslogtreecommitdiff
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorYorke Lee <yorkelee@google.com>2014-07-07 21:08:45 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2014-07-06 02:28:07 +0000
commitbc8877ba8e4984520f31f7bf0a297c664eb02fbb (patch)
tree9fb9d135ec69c6991751b114957ba60bbefc5e0e /AndroidManifest.xml
parentc95b1dd327cd4ede94929161afdec23fea059d82 (diff)
parent294daddce29931ac9d3ba1128bf3d2ecad2e6a2c (diff)
Merge "Add in-app CountryDetector (3/4)"
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