CarrierConfigManager.OppAutoDataSwitchPolicyFollowSystem 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: 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.
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.