TelephonyManager.AllowedNetworkTypesReasonCarrier Field

Definition

Caution

This constant will be removed in the future version. Use Android.Telephony.AllowedNetworkTypesReason enum directly instead of this field.

To indicate allowed network type change is requested by carrier.

[Android.Runtime.Register("ALLOWED_NETWORK_TYPES_REASON_CARRIER", ApiSince=33)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Telephony.AllowedNetworkTypesReason enum directly instead of this field.", true)]
public const Android.Telephony.AllowedNetworkTypesReason AllowedNetworkTypesReasonCarrier = 2;
[<Android.Runtime.Register("ALLOWED_NETWORK_TYPES_REASON_CARRIER", ApiSince=33)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Telephony.AllowedNetworkTypesReason enum directly instead of this field.", true)>]
val mutable AllowedNetworkTypesReasonCarrier : Android.Telephony.AllowedNetworkTypesReason

Field Value

Value = 2
Attributes

Remarks

To indicate allowed network type change is requested by carrier. Carrier configuration won't affect the settings configured through other reasons and will result in allowing network types that are in both configurations (i.e intersection of both sets).

Java documentation for android.telephony.TelephonyManager.ALLOWED_NETWORK_TYPES_REASON_CARRIER.

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