CarrierConfigManager.KeySatelliteIgnoreDataRoamingSettingBool 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.
Determines whether data roaming off setting should be ignored and satellite data should be allowed even when data roaming is off.
[Android.Runtime.Register("KEY_SATELLITE_IGNORE_DATA_ROAMING_SETTING_BOOL", ApiSince=36)]
public const string KeySatelliteIgnoreDataRoamingSettingBool;
[<Android.Runtime.Register("KEY_SATELLITE_IGNORE_DATA_ROAMING_SETTING_BOOL", ApiSince=36)>]
val mutable KeySatelliteIgnoreDataRoamingSettingBool : string
Field Value
- Attributes
Remarks
Determines whether data roaming off setting should be ignored and satellite data should be allowed even when data roaming is off.
If the carrier would like to allow the device to use satellite connection when data roaming is off, this key should be set to true.
The default value is false i.e. disallow satellite data when data roaming is off.
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.