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