CarrierConfigManager.KeySatelliteDataSupportModeInt 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.
Indicates what kind of traffic an NetworkCapabilities#NET_CAPABILITY_NOT_RESTRICTED
satellite network can possibly support.
[Android.Runtime.Register("KEY_SATELLITE_DATA_SUPPORT_MODE_INT", ApiSince=36)]
public const string KeySatelliteDataSupportModeInt;
[<Android.Runtime.Register("KEY_SATELLITE_DATA_SUPPORT_MODE_INT", ApiSince=36)>]
val mutable KeySatelliteDataSupportModeInt : string
Field Value
- Attributes
Remarks
Indicates what kind of traffic an NetworkCapabilities#NET_CAPABILITY_NOT_RESTRICTED satellite network can possibly support. The network may subject to further restrictions such as entitlement etc. If no data is allowed on satellite network, exclude ApnSetting#INFRASTRUCTURE_SATELLITE from APN infrastructure_bitmask, and this configuration is ignored. By default it only supports restricted data.
Java documentation for android.telephony.CarrierConfigManager.KEY_SATELLITE_DATA_SUPPORT_MODE_INT.
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.