Merge "Freeze the networkstack-aidl-interfaces interface"

This commit is contained in:
Lorenzo Colitti
2019-04-23 08:33:41 +00:00
committed by Gerrit Code Review

View File

@@ -2818,6 +2818,11 @@ public class ConnectivityService extends IConnectivityManager.Stub
EVENT_PROVISIONING_NOTIFICATION, PROVISIONING_NOTIFICATION_HIDE,
mNai.network.netId));
}
@Override
public int getInterfaceVersion() {
return this.VERSION;
}
}
private boolean networkRequiresValidation(NetworkAgentInfo nai) {