Switch to receiving LocationManager.MODE_CHANGED_ACTION
- From LocationManager.PROVIDERS_CHANGED
- Part of fix for b/10409275
Change-Id: I4030c8df4db942777d6035266a8ed7f18e458fb5
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index b2e5179..9f7e5d5 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -1651,7 +1651,7 @@
<action android:name="android.net.wifi.WIFI_STATE_CHANGED" />
<action android:name="android.net.conn.BACKGROUND_DATA_SETTING_CHANGED" />
<action android:name="android.bluetooth.adapter.action.STATE_CHANGED" />
- <action android:name="android.location.PROVIDERS_CHANGED" />
+ <action android:name="android.location.MODE_CHANGED" />
<action android:name="com.android.sync.SYNC_CONN_STATUS_CHANGED" />
</intent-filter>
<meta-data android:name="android.appwidget.provider" android:resource="@xml/appwidget_info" />