Share via


TelephonyManager.NetworkTypeBitmaskLteCa Field

Definition

NOT USED; this bitmask is exposed accidentally.

[Android.Runtime.Register("NETWORK_TYPE_BITMASK_LTE_CA", ApiSince=33)]
public const long NetworkTypeBitmaskLteCa = 262144;
[<Android.Runtime.Register("NETWORK_TYPE_BITMASK_LTE_CA", ApiSince=33)>]
val mutable NetworkTypeBitmaskLteCa : int64

Field Value

Value = 262144
Attributes

Remarks

NOT USED; this bitmask is exposed accidentally. If used, will be converted to #NETWORK_TYPE_BITMASK_LTE. network type bitmask indicating the support of radio tech LTE CA (carrier aggregation).

This member is deprecated. Please use #NETWORK_TYPE_BITMASK_LTE instead. Deprecated in Android U.

Java documentation for android.telephony.TelephonyManager.NETWORK_TYPE_BITMASK_LTE_CA.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to