Language

CarrierConfigManager.KeySatelliteIgnoreDataRoamingSettingBool Field

Definition

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.

Java documentation for android.telephony.CarrierConfigManager.KEY_SATELLITE_IGNORE_DATA_ROAMING_SETTING_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.

Applies to