public static class

Build.VERSION

extends Object
java.lang.Object
   ↳ android.os.Build.VERSION

Class Overview

Various version strings.

Summary

Constants
String INCREMENTAL The internal value used by the underlying source control to represent this build.
String RELEASE The user-visible version string.
String SDK The user-visible SDK version of the framework.
Public Constructors
Build.VERSION()
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final String INCREMENTAL

The internal value used by the underlying source control to represent this build. E.g., a perforce changelist number or a git hash.

public static final String RELEASE

The user-visible version string. E.g., "1.0" or "3.4b5".

public static final String SDK

The user-visible SDK version of the framework. It is an integer starting at 1.

Public Constructors

public Build.VERSION ()