Merge "Expose netId by adding getter API" into rvc-dev

This commit is contained in:
Junyu Lai
2020-03-20 11:03:05 +00:00
committed by Android (Google) Code Review

View File

@@ -1494,7 +1494,7 @@ public class Tethering {
} else {
dnsServers = mConfig.defaultIPv4DNS;
}
final int netId = (network != null) ? network.netId : NETID_UNSET;
final int netId = (network != null) ? network.getNetId() : NETID_UNSET;
try {
mNetd.tetherDnsSet(netId, dnsServers);
mLog.log(String.format(