CarrierConfigManager.KeyCarrierNrAvailabilitiesIntArray 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.
A list of carrier nr availability is used to determine whether the carrier enable the non-standalone (NSA) mode of 5G NR, standalone (SA) mode of 5G NR
[Android.Runtime.Register("KEY_CARRIER_NR_AVAILABILITIES_INT_ARRAY", ApiSince=31)]
public const string KeyCarrierNrAvailabilitiesIntArray;
[<Android.Runtime.Register("KEY_CARRIER_NR_AVAILABILITIES_INT_ARRAY", ApiSince=31)>]
val mutable KeyCarrierNrAvailabilitiesIntArray : string
Field Value
- Attributes
Remarks
A list of carrier nr availability is used to determine whether the carrier enable the non-standalone (NSA) mode of 5G NR, standalone (SA) mode of 5G NR
The value of list is #CARRIER_NR_AVAILABILITY_NSA
, or #CARRIER_NR_AVAILABILITY_SA
.
For example, if both NSA and SA are used, the list value is {#CARRIER_NR_AVAILABILITY_NSA
,#CARRIER_NR_AVAILABILITY_SA
}. If the carrier doesn't support 5G NR, the value is the empty array. If the key is invalid or not configured, the default value {#CARRIER_NR_AVAILABILITY_NSA
,#CARRIER_NR_AVAILABILITY_SA
} will apply.
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.