com.jogamp.common.os
Class AndroidVersion

java.lang.Object
  extended by com.jogamp.common.os.AndroidVersion

public class AndroidVersion
extends Object


Field Summary
static String CODENAME
          Development codename, or the string "REL" for official release
static String INCREMENTAL
          internal build value used by the underlying source control.
static boolean isAvailable
           
static String RELEASE
          official build version string
static int SDK_INT
          SDK Version number, key to VERSION_CODES
static String SDK_NAME
          SDK Version string
static Map<Integer,String> VERSION_CODES
          All SDK version map, where SDK_INT is the key to the current running version
 
Constructor Summary
AndroidVersion()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

isAvailable

public static final boolean isAvailable

VERSION_CODES

public static final Map<Integer,String> VERSION_CODES
All SDK version map, where SDK_INT is the key to the current running version


CODENAME

public static final String CODENAME
Development codename, or the string "REL" for official release


INCREMENTAL

public static final String INCREMENTAL
internal build value used by the underlying source control.


RELEASE

public static final String RELEASE
official build version string


SDK_INT

public static final int SDK_INT
SDK Version number, key to VERSION_CODES


SDK_NAME

public static final String SDK_NAME
SDK Version string

Constructor Detail

AndroidVersion

public AndroidVersion()