Language

CarrierConfigManager.KeyOppAutoDataSwitchPolicyInt Field

Definition

Auto data network switch policies between primary and opportunistic profiles in the same subscription group.

[Android.Runtime.Register("KEY_OPP_AUTO_DATA_SWITCH_POLICY_INT", ApiSince=37)]
public const string KeyOppAutoDataSwitchPolicyInt;
[<Android.Runtime.Register("KEY_OPP_AUTO_DATA_SWITCH_POLICY_INT", ApiSince=37)>]
val mutable KeyOppAutoDataSwitchPolicyInt : string

Field Value

Attributes

Remarks

Auto data network switch policies between primary and opportunistic profiles in the same subscription group.

The default value is OPP_AUTO_DATA_SWITCH_POLICY_DISABLED, that is, auto data switch between primary and opportunistic networks is disabled.

Carriers can override the value for the primary subscription with OPP_AUTO_DATA_SWITCH_POLICY_FOLLOW_SYSTEM, OPP_AUTO_DATA_SWITCH_POLICY_FOR_AVAILABILITY, or OPP_AUTO_DATA_SWITCH_POLICY_FOR_PERFORMANCE to enable all system supported policies or specific policy according to the business user cases.

None of the policies here impact the auto data switch between primary networks.

Android reference for android.telephony.CarrierConfigManager.KEY_OPP_AUTO_DATA_SWITCH_POLICY_INT.

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