Language

CarrierConfigManager.OppAutoDataSwitchPolicyForPerformance Field

Definition

Auto data network switch policy between primary and opportunistic profiles in the same subscription group: switch to the network with better data connection performance.

[Android.Runtime.Register("OPP_AUTO_DATA_SWITCH_POLICY_FOR_PERFORMANCE", ApiSince=37)]
public const int OppAutoDataSwitchPolicyForPerformance = 3;
[<Android.Runtime.Register("OPP_AUTO_DATA_SWITCH_POLICY_FOR_PERFORMANCE", ApiSince=37)>]
val mutable OppAutoDataSwitchPolicyForPerformance : int

Field Value

Value = 3
Attributes

Remarks

Auto data network switch policy between primary and opportunistic profiles in the same subscription group: switch to the network with better data connection performance.

In specific, when both networks are connected, device may switch to network with better technologies (e.g. NR over LTE) and/or signal strength.

The performance-based switch is also restricted by the device resource config auto_data_switch_performance_stability_time_threshold_millis.

Performance based policy implicitly include availability based policy, that is, when primary or opportunistic is out of service, follow the same behavior for policy OPP_AUTO_DATA_SWITCH_POLICY_FOR_AVAILABILITY.

Android reference for android.telephony.CarrierConfigManager.OPP_AUTO_DATA_SWITCH_POLICY_FOR_PERFORMANCE.

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