Merge "Freeze the networkstack-aidl-interfaces interface" am: fe7f6005c7

am: 93b816a98a

Change-Id: I0bc827a6c7995eb7b50b4afeed11317ad8e29666
This commit is contained in:
Lorenzo Colitti
2019-04-23 01:55:01 -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) {