CarrierConfigManager.KeyCapabilitiesExemptFromSingleDcCheckIntArray 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.
Only apply if #KEY_ONLY_SINGLE_DC_ALLOWED_INT_ARRAY
specifies the network types that
support a single data connection at a time.
[Android.Runtime.Register("KEY_CAPABILITIES_EXEMPT_FROM_SINGLE_DC_CHECK_INT_ARRAY", ApiSince=34)]
public const string KeyCapabilitiesExemptFromSingleDcCheckIntArray;
[<Android.Runtime.Register("KEY_CAPABILITIES_EXEMPT_FROM_SINGLE_DC_CHECK_INT_ARRAY", ApiSince=34)>]
val mutable KeyCapabilitiesExemptFromSingleDcCheckIntArray : string
Field Value
- Attributes
Remarks
Only apply if #KEY_ONLY_SINGLE_DC_ALLOWED_INT_ARRAY
specifies the network types that support a single data connection at a time. This key defines a list of network capabilities which, if requested, will exempt the request from single data connection checks.
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.