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