CarrierConfigManager.KeyCarrierRoamingSatelliteDefaultServicesIntArray 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.
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
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.