summaryrefslogtreecommitdiffstats
path: root/java/com/android/contacts/common/AndroidManifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'java/com/android/contacts/common/AndroidManifest.xml')
-rw-r--r--java/com/android/contacts/common/AndroidManifest.xml8
1 files changed, 0 insertions, 8 deletions
diff --git a/java/com/android/contacts/common/AndroidManifest.xml b/java/com/android/contacts/common/AndroidManifest.xml
index eae70cd30..e97221549 100644
--- a/java/com/android/contacts/common/AndroidManifest.xml
+++ b/java/com/android/contacts/common/AndroidManifest.xml
@@ -26,14 +26,6 @@
<action android:name="android.intent.action.VIEW"/>
</intent-filter>
</activity>
-
- <!-- 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:exported="false"
- android:name="com.android.contacts.common.location.UpdateCountryService"/>
</application>
</manifest>