Add in-app CountryDetector (3/4)

Add the necessary broadcast receivers and IntentServices to
Dialer

Bug: 15593973
Change-Id: I6f34d63d8727cb546fa148d25208a6f6c5d2fb14
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 0ced1fa..038352e 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