CarrierConfigManager.KeySwitchDataToPrimaryIfPrimaryIsOosBool Field

Definition

Controls whether to switch data to primary from opportunistic subscription if primary is out of service.

[Android.Runtime.Register("KEY_SWITCH_DATA_TO_PRIMARY_IF_PRIMARY_IS_OOS_BOOL", ApiSince=30)]
public const string KeySwitchDataToPrimaryIfPrimaryIsOosBool;
[<Android.Runtime.Register("KEY_SWITCH_DATA_TO_PRIMARY_IF_PRIMARY_IS_OOS_BOOL", ApiSince=30)>]
val mutable KeySwitchDataToPrimaryIfPrimaryIsOosBool : string

Field Value

Attributes

Remarks

Controls whether to switch data to primary from opportunistic subscription if primary is out of service. This control only affects system or 1st party app initiated data switch, but will not override data switch initiated by privileged carrier apps This carrier config is used to disable this feature.

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