Merge "Add implementation of getInterfaceHash()" am: 95f9335a7d am: 3230683757
Change-Id: I4232678f9f597e132b11556343ea7a6cd3406769
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