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

Commit 8288b903 authored by Daniel Bright's avatar Daniel Bright Committed by android-build-merger
Browse files

Merge "Removed LTE_CA from Annotations"

am: 8ab48123

Change-Id: Ica0be9172523403712cca78c5c1d96a4ff08bbb5
parents a7707c4d 8ab48123
Loading
Loading
Loading
Loading
+7 −1
Original line number Diff line number Diff line
@@ -98,7 +98,13 @@ public class Annotation {
            TelephonyManager.NETWORK_TYPE_GSM,
            TelephonyManager.NETWORK_TYPE_TD_SCDMA,
            TelephonyManager.NETWORK_TYPE_IWLAN,
            TelephonyManager.NETWORK_TYPE_LTE_CA,

            //TODO: In order for @SystemApi methods to use this class, there cannot be any
            // public hidden members.  This network type is marked as hidden because it is not a
            // true network type and we are looking to remove it completely from the available list
            // of network types.
            //TelephonyManager.NETWORK_TYPE_LTE_CA,

            TelephonyManager.NETWORK_TYPE_NR,
    })
    @Retention(RetentionPolicy.SOURCE)