Language

CarrierConfigManager.OppAutoDataSwitchPolicyFollowSystem Field

Definition

Auto data network switch policy between primary and opportunistic profiles in the same subscription group: enable all system supported policies.

[Android.Runtime.Register("OPP_AUTO_DATA_SWITCH_POLICY_FOLLOW_SYSTEM", ApiSince=37)]
public const int OppAutoDataSwitchPolicyFollowSystem = 2147483647;
[<Android.Runtime.Register("OPP_AUTO_DATA_SWITCH_POLICY_FOLLOW_SYSTEM", ApiSince=37)>]
val mutable OppAutoDataSwitchPolicyFollowSystem : int

Field Value

Value = 2147483647
Attributes

Remarks

Auto data network switch policy between primary and opportunistic profiles in the same subscription group: enable all system supported policies.

Enable data network switch by considering all supported information including but not limited on Network Registration State, Technologies (4G/5G), Signal Strength, Data subscription plan etc.

The system behavior may change over releases. Carriers can override with specific policies below if carriers would like a consistent behavior.

Android reference for android.telephony.CarrierConfigManager.OPP_AUTO_DATA_SWITCH_POLICY_FOLLOW_SYSTEM.

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