Merge "Start default connections on startup."
This commit is contained in:
committed by
Android (Google) Code Review
commit
3a2a215c97
@@ -484,6 +484,7 @@ public class ConnectivityService extends IConnectivityManager.Stub {
|
||||
continue;
|
||||
}
|
||||
mCurrentLinkProperties[netType] = null;
|
||||
if (mNetConfigs[netType].isDefault()) mNetTrackers[netType].reconnect();
|
||||
}
|
||||
|
||||
IBinder b = ServiceManager.getService(Context.NETWORKMANAGEMENT_SERVICE);
|
||||
|
||||
Reference in New Issue
Block a user