Build.VERSION.SdkInt Property
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.
The SDK version of the software currently running on this hardware device.
[Android.Runtime.Register("SDK_INT")]
public static Android.OS.BuildVersionCodes SdkInt { get; }
[<Android.Runtime.Register("SDK_INT")>]
static member SdkInt : Android.OS.BuildVersionCodes
Property Value
- Attributes
Remarks
The SDK version of the software currently running on this hardware device. This value never changes while a device is booted, but it may increase when the hardware manufacturer provides an OTA update.
Possible values are defined in Build.VERSION_CODES
.
Java documentation for android.os.Build.VERSION.SDK_INT
.
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.