Share via


CarrierConfigManager.KeyCarrierMeteredApnTypesStrings Field

Definition

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

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

Field Value

Attributes

Remarks

A string array indicating the default APN types that are 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_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