Merge "Emphasize possibility of multiple networks with same transport" am: f9c9dba0fb am: 9e29893e5a am: dfedef0c98
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1620459 Change-Id: I8417a8af1202c01803c61ff54363b45960af6965
This commit is contained in:
@@ -2461,7 +2461,8 @@ public final class NetworkCapabilities implements Parcelable {
|
||||
* For example {@code TRANSPORT_WIFI} and {@code TRANSPORT_ETHERNET} added to a
|
||||
* {@code NetworkCapabilities} would cause either a Wi-Fi network or an Ethernet network
|
||||
* to be selected. This is logically different than
|
||||
* {@code NetworkCapabilities.NET_CAPABILITY_*}.
|
||||
* {@code NetworkCapabilities.NET_CAPABILITY_*}. Also note that multiple networks with the
|
||||
* same transport type may be active concurrently.
|
||||
*
|
||||
* @param transportType the transport type to be added or removed.
|
||||
* @return this builder
|
||||
|
||||
Reference in New Issue
Block a user