From 6391ebe71540850cabb9db7924c233615923aa6f Mon Sep 17 00:00:00 2001 From: Yan Yan Date: Tue, 11 Jan 2022 13:24:41 -0800 Subject: Improve the API doc for setVcnUnderlyingNetworkPriorities Bug: 205343355 Test: make Change-Id: Ib1cb4b2e05f1e769b4ccb4a45b6abd7589d35a07 --- core/java/android/net/vcn/VcnGatewayConnectionConfig.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/java/android/net/vcn/VcnGatewayConnectionConfig.java b/core/java/android/net/vcn/VcnGatewayConnectionConfig.java index 92956e859fc7..734e7dc55b5d 100644 --- a/core/java/android/net/vcn/VcnGatewayConnectionConfig.java +++ b/core/java/android/net/vcn/VcnGatewayConnectionConfig.java @@ -553,8 +553,8 @@ public final class VcnGatewayConnectionConfig { * networks, a network will be chosen arbitrarily amongst the networks matching the highest * priority rule. * - *

If all networks fail to match the rules provided, an underlying network will still be - * selected (at random if necessary). + *

If all networks fail to match the rules provided, a carrier-owned underlying network + * will still be selected (if available, at random if necessary). * * @param underlyingNetworkTemplates a list of unique VcnUnderlyingNetworkTemplates that are * ordered from most to least preferred, or an empty list to use the default -- cgit v1.2.3-59-g8ed1b