DeviceUtils

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard

The version string for the radio firmware.

Link copied to clipboard

The system bootloader version number.

Link copied to clipboard

A string that uniquely identifies this build. Do not attempt to parse this value.

Link copied to clipboard

A string that uniquely identifies this build. Do not attempt to parse this value.

Link copied to clipboard

Checks if the JVM in use is ART.

Link copied to clipboard

Checks if the JVM in use is Dalvik.

Link copied to clipboard

Returns the name of the currently-running JVM.

Link copied to clipboard

Returns the version of the currently-running JVM.

Link copied to clipboard

The manufacturer of the product or hardware.

Link copied to clipboard

The end-user-visible name for the end product.

Link copied to clipboard

The user-visible version string.

Link copied to clipboard

The name of the overall product.

Link copied to clipboard

Returns the name of the Java Runtime Environment vendor.

Link copied to clipboard
@ChecksSdkIntAtLeast(extension = 0)
val sdkVersion: Int

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.

Link copied to clipboard