Merge "Start default connections on startup." am: 3a2a215c97
Original change: undetermined Change-Id: Ib2f003415a83d3e64071eea1e160bcb5626d7a4b
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user