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

Commit c96e6cce authored by Robert Greenwalt's avatar Robert Greenwalt
Browse files

Start default connections on startup.

On devices with mobile data we were kind of doing this in Telephony.
Devices without could use this.

bug:5030831
Change-Id: I9940561e88e43917bc8e638f5c3b15fced3821ae
parent fc5e367d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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);