public static class

Build.CM_VERSION

extends Object
java.lang.Object
   ↳ cyanogenmod.os.Build.CM_VERSION

Class Overview

Various version strings.

Summary

Fields
public static final int SDK_INT The user-visible SDK version of the framework; its possible values are defined in Build.CM_VERSION_CODES.
Public Constructors
Build.CM_VERSION()
[Expand]
Inherited Methods
From class java.lang.Object

Fields

public static final int SDK_INT

Added in API level 1

The user-visible SDK version of the framework; its possible values are defined in Build.CM_VERSION_CODES. Will return 0 if the device does not support the CM SDK.

Public Constructors

public Build.CM_VERSION ()

Added in API level 1