summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorYorke Lee <yorkelee@google.com>2014-06-13 14:54:40 -0700
committerYorke Lee <yorkelee@google.com>2014-07-07 10:17:58 -0700
commit294daddce29931ac9d3ba1128bf3d2ecad2e6a2c (patch)
treed56f099a573d12663d61d82966b71ab98451f215 /AndroidManifest.xml
parent7cf17a07eb5368befe9a02ebaef7cc10ff068b9a (diff)
downloadandroid_packages_apps_Dialer-294daddce29931ac9d3ba1128bf3d2ecad2e6a2c.tar.gz
android_packages_apps_Dialer-294daddce29931ac9d3ba1128bf3d2ecad2e6a2c.tar.bz2
android_packages_apps_Dialer-294daddce29931ac9d3ba1128bf3d2ecad2e6a2c.zip
Add in-app CountryDetector (3/4)
Add the necessary broadcast receivers and IntentServices to Dialer Bug: 15593973 Change-Id: I6f34d63d8727cb546fa148d25208a6f6c5d2fb14
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