Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 595dda6d authored by Brian Muramatsu's avatar Brian Muramatsu
Browse files

Remove unused IntentFilter in LocationManager

This intent filter isn't used anymore, since GpsLocationProvider handles
the CONNECTIVITY_ACTION broadcasts now..

Change-Id: I593a9916aa6f8086b4d684cc3e25286c1cb137cc
parent 40e1bafc
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -214,10 +214,6 @@ public class LocationManagerService extends ILocationManager.Stub implements Obs
        mGeofenceManager = new GeofenceManager(mContext, mBlacklist);
        mLocationFudger = new LocationFudger();

        // Register for Network (Wifi or Mobile) updates
        IntentFilter filter = new IntentFilter();
        filter.addAction(ConnectivityManager.CONNECTIVITY_ACTION);

        // listen for settings changes
        ContentResolver resolver = mContext.getContentResolver();
        Cursor settingsCursor = resolver.query(Settings.Secure.CONTENT_URI, null,