CarrierConfigManager.KeySatelliteAttachSupportedBool 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.
This config enables modem to scan satellite PLMNs specified as per
#KEY_CARRIER_SUPPORTED_SATELLITE_SERVICES_PER_PROVIDER_BUNDLE
and attach to same
in case cellular networks are not enabled.
[Android.Runtime.Register("KEY_SATELLITE_ATTACH_SUPPORTED_BOOL", ApiSince=35)]
public const string KeySatelliteAttachSupportedBool;
[<Android.Runtime.Register("KEY_SATELLITE_ATTACH_SUPPORTED_BOOL", ApiSince=35)>]
val mutable KeySatelliteAttachSupportedBool : string
Field Value
- Attributes
Remarks
This config enables modem to scan satellite PLMNs specified as per #KEY_CARRIER_SUPPORTED_SATELLITE_SERVICES_PER_PROVIDER_BUNDLE
and attach to same in case cellular networks are not enabled. This will need specific agreement between satellite provider and the carrier before enabling this flag.
The default value is false.
Java documentation for android.telephony.CarrierConfigManager.KEY_SATELLITE_ATTACH_SUPPORTED_BOOL
.
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.