Merge "Freeze the networkstack-aidl-interfaces interface"

am: fe7f6005c7

Change-Id: I32e335756927110e3200f002d32f9e1e8acfd779
This commit is contained in:
Lorenzo Colitti
2019-04-23 01:45:40 -07:00
committed by android-build-merger

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) {