Merge "Add implementation of getInterfaceHash()"
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user