Merge "Add implementation of getInterfaceHash()" am: bc2cbc7499 am: 8a0d3e5cdf
Change-Id: I4232678f9f597e132b11556343ea7a6cd3406769
This commit is contained in:
@@ -2955,6 +2955,11 @@ public class ConnectivityService extends IConnectivityManager.Stub
|
|||||||
public int getInterfaceVersion() {
|
public int getInterfaceVersion() {
|
||||||
return this.VERSION;
|
return this.VERSION;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public String getInterfaceHash() {
|
||||||
|
return this.HASH;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
private boolean networkRequiresPrivateDnsValidation(NetworkAgentInfo nai) {
|
private boolean networkRequiresPrivateDnsValidation(NetworkAgentInfo nai) {
|
||||||
|
|||||||
Reference in New Issue
Block a user