Merge "Update NETWORK_TYPE_NR docs" am: a49fb9831e am: 4f26bb37a1

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

Change-Id: Ia029e6aa7937789b13266ccede77741470ae0822
This commit is contained in:
Sarah Chin
2020-10-30 07:03:21 +00:00
committed by Automerger Merge Worker

View File

@@ -2802,7 +2802,11 @@ public class TelephonyManager {
/** Current network is LTE_CA {@hide} */
@UnsupportedAppUsage
public static final int NETWORK_TYPE_LTE_CA = TelephonyProtoEnums.NETWORK_TYPE_LTE_CA; // = 19.
/** Current network is NR(New Radio) 5G. */
/**
* Current network is NR (New Radio) 5G.
* This will only be returned for 5G SA.
* For 5G NSA, the network type will be {@link #NETWORK_TYPE_LTE}.
*/
public static final int NETWORK_TYPE_NR = TelephonyProtoEnums.NETWORK_TYPE_NR; // 20.
private static final @NetworkType int[] NETWORK_TYPES = {