CarrierConfigManager.KeyCarrierMeteredRoamingApnTypesStrings Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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"
}.
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.