resolved conflicts for merge of 9520d6af to honeycomb-plus-aosp
Change-Id: If4dc99c558dc45c9a7ff8d3ea5be69578b4ee793
This commit is contained in:
@@ -1985,6 +1985,12 @@ public class ConnectivityService extends IConnectivityManager.Stub {
|
|||||||
LinkProperties p = nt.getLinkProperties();
|
LinkProperties p = nt.getLinkProperties();
|
||||||
if (p == null) return;
|
if (p == null) return;
|
||||||
Collection<InetAddress> dnses = p.getDnses();
|
Collection<InetAddress> dnses = p.getDnses();
|
||||||
|
try {
|
||||||
|
mNetd.setDnsServersForInterface(p.getInterfaceName(),
|
||||||
|
NetworkUtils.makeStrings(dnses));
|
||||||
|
} catch (Exception e) {
|
||||||
|
Slog.e(TAG, "exception setting dns servers: " + e);
|
||||||
|
}
|
||||||
boolean changed = false;
|
boolean changed = false;
|
||||||
if (mNetConfigs[netType].isDefault()) {
|
if (mNetConfigs[netType].isDefault()) {
|
||||||
String network = nt.getNetworkInfo().getTypeName();
|
String network = nt.getNetworkInfo().getTypeName();
|
||||||
|
|||||||
Reference in New Issue
Block a user