CarrierConfigManager.KeyCarrierConfigVersionString 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.
Specifies a value that identifies the version of the carrier configuration that is currently in use.
[Android.Runtime.Register("KEY_CARRIER_CONFIG_VERSION_STRING", ApiSince=29)]
public const string KeyCarrierConfigVersionString;
[<Android.Runtime.Register("KEY_CARRIER_CONFIG_VERSION_STRING", ApiSince=29)>]
val mutable KeyCarrierConfigVersionString : string
Field Value
- Attributes
Remarks
Specifies a value that identifies the version of the carrier configuration that is currently in use. This string is displayed on the UI. The format of the string is not specified.
Java documentation for android.telephony.CarrierConfigManager.KEY_CARRIER_CONFIG_VERSION_STRING
.
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.