|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.jogamp.common.os.AndroidVersion
public class AndroidVersion
| Field Summary | |
|---|---|
static Platform.ABIType |
ABI_TYPE
|
static Platform.ABIType |
ABI_TYPE2
|
static String |
CODENAME
Development codename, or the string "REL" for official release |
static String |
CPU_ABI
The name of the instruction set (CPU type + ABI convention) of native code. |
static String |
CPU_ABI2
The name of the second instruction set (CPU type + ABI convention) of native code. |
static Platform.CPUType |
CPU_TYPE
|
static Platform.CPUType |
CPU_TYPE2
|
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 |
| 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 |
|---|
public static final boolean isAvailable
public static final String CPU_ABI
public static final Platform.CPUType CPU_TYPE
public static final Platform.ABIType ABI_TYPE
public static final String CPU_ABI2
public static final Platform.CPUType CPU_TYPE2
public static final Platform.ABIType ABI_TYPE2
public static final String CODENAME
public static final String INCREMENTAL
public static final String RELEASE
public static final int SDK_INT
public static final String SDK_NAME
| Constructor Detail |
|---|
public AndroidVersion()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||