CarrierConfigManager.KeyOnlySingleDcAllowedIntArray 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.
List of network type constants which support only a single data connection at a time.
[Android.Runtime.Register("KEY_ONLY_SINGLE_DC_ALLOWED_INT_ARRAY", ApiSince=26)]
public const string KeyOnlySingleDcAllowedIntArray;
[<Android.Runtime.Register("KEY_ONLY_SINGLE_DC_ALLOWED_INT_ARRAY", ApiSince=26)>]
val mutable KeyOnlySingleDcAllowedIntArray : string
Field Value
- Attributes
Remarks
List of network type constants which support only a single data connection at a time. Some carriers do not support multiple PDP on UMTS.
Java documentation for android.telephony.CarrierConfigManager.KEY_ONLY_SINGLE_DC_ALLOWED_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.