Merge "Start default connections on startup."

This commit is contained in:
Robert Greenwalt
2011-07-20 10:10:24 -07:00
committed by Android (Google) Code Review

View File

@@ -484,6 +484,7 @@ public class ConnectivityService extends IConnectivityManager.Stub {
continue; continue;
} }
mCurrentLinkProperties[netType] = null; mCurrentLinkProperties[netType] = null;
if (mNetConfigs[netType].isDefault()) mNetTrackers[netType].reconnect();
} }
IBinder b = ServiceManager.getService(Context.NETWORKMANAGEMENT_SERVICE); IBinder b = ServiceManager.getService(Context.NETWORKMANAGEMENT_SERVICE);