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

Commit 8d55a242 authored by Robert Greenwalt's avatar Robert Greenwalt Committed by Android Git Automerger
Browse files

am 7c9f8005: Merge "Fix Wimax-less build." into ics-mr1

* commit '7c9f8005':
  Fix Wimax-less build.
parents 048b6990 7c9f8005
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -514,7 +514,9 @@ public class ConnectivityService extends IConnectivityManager.Stub {
                continue;
            }
            mCurrentLinkProperties[netType] = null;
            if (mNetConfigs[netType].isDefault()) mNetTrackers[netType].reconnect();
            if (mNetTrackers[netType] != null && mNetConfigs[netType].isDefault()) {
                mNetTrackers[netType].reconnect();
            }
        }

        IBinder b = ServiceManager.getService(Context.NETWORKMANAGEMENT_SERVICE);