Android
android.os
public static class

android.os.Build.VERSION

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

Various version strings.

Summary

Constants

      Value  
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()
Methods inherited from class java.lang.Object

Details

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()

Copyright 2007 Google Inc. Build 0.9_r1-98467 - 14 Aug 2008 18:56