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

Commit 47d4caf4 authored by Robert Greenwalt's avatar Robert Greenwalt Committed by Android (Google) Code Review
Browse files

Merge "Start default connections on startup."

parents eac3503d c96e6cce
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -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);