Share via


CarrierConfigManager.KeyCarrierMeteredRoamingApnTypesStrings Field

Definition

A string array indicating the default APN types that are roaming-metered by the carrier.

[Android.Runtime.Register("KEY_CARRIER_METERED_ROAMING_APN_TYPES_STRINGS", ApiSince=34)]
public const string KeyCarrierMeteredRoamingApnTypesStrings;
[<Android.Runtime.Register("KEY_CARRIER_METERED_ROAMING_APN_TYPES_STRINGS", ApiSince=34)>]
val mutable KeyCarrierMeteredRoamingApnTypesStrings : string

Field Value

Attributes

Remarks

A string array indicating the default APN types that are roaming-metered by the carrier.

The string in the array is the name of the APN type. For example, "default" for ApnSetting#TYPE_DEFAULT, "mms" for ApnSetting#TYPE_MMS, etc.

The default value is {"default", "mms", "dun", "supl"}.

Java documentation for android.telephony.CarrierConfigManager.KEY_CARRIER_METERED_ROAMING_APN_TYPES_STRINGS.

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