Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a49fb983 authored by Sarah Chin's avatar Sarah Chin Committed by Gerrit Code Review
Browse files

Merge "Update NETWORK_TYPE_NR docs"

parents ff4b8b18 39d60aaa
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -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 = {