Language

CarrierConfigManager.OppAutoDataSwitchPolicyForAvailability Field

Definition

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

[Android.Runtime.Register("OPP_AUTO_DATA_SWITCH_POLICY_FOR_AVAILABILITY", ApiSince=37)]
public const int OppAutoDataSwitchPolicyForAvailability = 1;
[<Android.Runtime.Register("OPP_AUTO_DATA_SWITCH_POLICY_FOR_AVAILABILITY", ApiSince=37)>]
val mutable OppAutoDataSwitchPolicyForAvailability : int

Field Value

Value = 1
Attributes

Remarks

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

In specific, when primary or opportunistic network is out of service while the other is active and in service, switch to the other one.

The availability-based switch is also restricted by the device resource config auto_data_switch_availability_stability_time_threshold_millis.

Android reference for android.telephony.CarrierConfigManager.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.

Applies to