Merge "Add implementation of getInterfaceHash()"

This commit is contained in:
Paul Trautrim
2020-01-29 05:12:12 +00:00
committed by Gerrit Code Review

View File

@@ -2955,6 +2955,11 @@ public class ConnectivityService extends IConnectivityManager.Stub
public int getInterfaceVersion() {
return this.VERSION;
}
@Override
public String getInterfaceHash() {
return this.HASH;
}
}
private boolean networkRequiresPrivateDnsValidation(NetworkAgentInfo nai) {