Language

CarrierConfigManager.KeyCarrierRoamingSatelliteDefaultServicesIntArray Field

Definition

An int array that contains default capabilities for carrier enabled satellite roaming.

[Android.Runtime.Register("KEY_CARRIER_ROAMING_SATELLITE_DEFAULT_SERVICES_INT_ARRAY", ApiSince=36)]
public const string KeyCarrierRoamingSatelliteDefaultServicesIntArray;
[<Android.Runtime.Register("KEY_CARRIER_ROAMING_SATELLITE_DEFAULT_SERVICES_INT_ARRAY", ApiSince=36)>]
val mutable KeyCarrierRoamingSatelliteDefaultServicesIntArray : string

Field Value

Attributes

Remarks

An int array that contains default capabilities for carrier enabled satellite roaming. If any PLMN is provided from the entitlement server, and it is not listed in #KEY_CARRIER_SUPPORTED_SATELLITE_SERVICES_PER_PROVIDER_BUNDLE, default capabilities will be used instead.

The default capabilities are NetworkRegistrationInfo#SERVICE_TYPE_SMS, and NetworkRegistrationInfo#SERVICE_TYPE_MMS

Java documentation for android.telephony.CarrierConfigManager.KEY_CARRIER_ROAMING_SATELLITE_DEFAULT_SERVICES_INT_ARRAY.

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