Loading services/java/com/android/server/ConnectivityService.java +1 −1 Original line number Diff line number Diff line Loading @@ -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; } Loading Loading
services/java/com/android/server/ConnectivityService.java +1 −1 Original line number Diff line number Diff line Loading @@ -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; } Loading