summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorYorke Lee <yorkelee@google.com>2014-06-13 15:29:13 -0700
committerYorke Lee <yorkelee@google.com>2014-07-07 10:18:32 -0700
commitff4b8263e1023c981a1857771f6e71f6f56588df (patch)
tree7e39d5f5ac9f65679e57d80fe67d9808929c7bfe /AndroidManifest.xml
parente6b8a790ab9b0698c911708ba0ae194c701499b0 (diff)
downloadpackages_apps_Contacts-ff4b8263e1023c981a1857771f6e71f6f56588df.tar.gz
packages_apps_Contacts-ff4b8263e1023c981a1857771f6e71f6f56588df.tar.bz2
packages_apps_Contacts-ff4b8263e1023c981a1857771f6e71f6f56588df.zip
Add in-app CountryDetector (2/4)
Add the necessary broadcast receivers and IntentServices to Contacts Bug: 15593973 Change-Id: I7073bcf3f27afd6b91195ece22b17a0534a3da39
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 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"