Share via


CarrierConfigManager.KeyCapabilitiesExemptFromSingleDcCheckIntArray Field

Definition

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.

Java documentation for android.telephony.CarrierConfigManager.KEY_CAPABILITIES_EXEMPT_FROM_SINGLE_DC_CHECK_INT_ARRAY.

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