Merge "Remove hidden method link in public addRoute API" am: fe09ad78cd am: 79edf2d346

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1676435

Change-Id: I3477f3a78ebee26d950ce6c6eaf45cdef8a5ee6d
This commit is contained in:
Chiachang Wang
2021-04-15 12:46:41 +00:00
committed by Automerger Merge Worker

View File

@@ -686,8 +686,8 @@ public final class LinkProperties implements Parcelable {
}
/**
* Adds a {@link RouteInfo} to this {@code LinkProperties}, if a {@link RouteInfo}
* with the same {@link RouteInfo.RouteKey} with different properties
* Adds a {@link RouteInfo} to this {@code LinkProperties}. If there is a {@link RouteInfo}
* with the same destination, gateway and interface with different properties
* (e.g., different MTU), it will be updated. If the {@link RouteInfo} had an
* interface name set and that differs from the interface set for this
* {@code LinkProperties} an {@link IllegalArgumentException} will be thrown.