CarrierConfigManager.KeySwitchDataToPrimaryIfPrimaryIsOosBool 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.
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.
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.