android.os
Class Build.VERSION

java.lang.Object
  extended by android.os.Build.VERSION
Enclosing class:
Build

public static class Build.VERSION
extends Object


Field Summary
static String CODENAME
           
static String INCREMENTAL
           
static String RELEASE
           
static String SDK
           
static int SDK_INT
           
 
Constructor Summary
Build.VERSION()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INCREMENTAL

public static final String INCREMENTAL

RELEASE

public static final String RELEASE

SDK

public static final String SDK

SDK_INT

public static final int SDK_INT

CODENAME

public static final String CODENAME
Constructor Detail

Build.VERSION

public Build.VERSION()


Copyright © 2008-2012. All Rights Reserved.