CarrierConfigManager.CarrierNrAvailabilityNsa 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.
Indicates CARRIER_NR_AVAILABILITY_NSA determine that the carrier enable the non-standalone (NSA) mode of 5G NR.
[Android.Runtime.Register("CARRIER_NR_AVAILABILITY_NSA", ApiSince=31)]
public const int CarrierNrAvailabilityNsa = 1;
[<Android.Runtime.Register("CARRIER_NR_AVAILABILITY_NSA", ApiSince=31)>]
val mutable CarrierNrAvailabilityNsa : int
Field Value
Value = 1- Attributes
Remarks
Indicates CARRIER_NR_AVAILABILITY_NSA determine that the carrier enable the non-standalone (NSA) mode of 5G NR.
Java documentation for android.telephony.CarrierConfigManager.CARRIER_NR_AVAILABILITY_NSA
.
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.