Merge "Fix networktype on per process DNS setting" am: 857b44da3f
Original change: undetermined Change-Id: I5eb5422983cd37d64c0c6f92a626aa0a7b9edcc6
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user