Merge "Include the interface for clearDnsInterfaceForUidRange" into klp-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
e6d1fa7aeb
@@ -3907,7 +3907,7 @@ public class ConnectivityService extends IConnectivityManager.Stub {
|
|||||||
boolean forwardDns) {
|
boolean forwardDns) {
|
||||||
try {
|
try {
|
||||||
mNetd.clearUidRangeRoute(interfaze, uidStart, uidEnd);
|
mNetd.clearUidRangeRoute(interfaze, uidStart, uidEnd);
|
||||||
if (forwardDns) mNetd.clearDnsInterfaceForUidRange(uidStart, uidEnd);
|
if (forwardDns) mNetd.clearDnsInterfaceForUidRange(interfaze, uidStart, uidEnd);
|
||||||
} catch (RemoteException e) {
|
} catch (RemoteException e) {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user