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

Commit 7374d972 authored by repo sync's avatar repo sync Committed by Android (Google) Code Review
Browse files

Merge "Fix networktype on per process DNS setting"

parents c8909501 8935696a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -900,7 +900,7 @@ public class ConnectivityService extends IConnectivityManager.Stub {
                        !network.isTeardownRequested()) {
                    if (ni.isConnected() == true) {
                        // add the pid-specific dns
                        handleDnsConfigurationChange(networkType);
                        handleDnsConfigurationChange(usedNetworkType);
                        if (DBG) log("special network already active");
                        return Phone.APN_ALREADY_ACTIVE;
                    }