Package com.jogamp.common.os
Class AndroidVersion
java.lang.Object
com.jogamp.common.os.AndroidVersion
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Platform.ABITypestatic final Platform.ABITypestatic final StringDevelopment codename, or the string "REL" for official releasestatic final StringThe name of the instruction set (CPU type + ABI convention) of native code.static final StringThe name of the second instruction set (CPU type + ABI convention) of native code.static final Platform.CPUTypestatic final Platform.CPUTypestatic final Stringinternal build value used by the underlying source control.static final booleanstatic final Stringofficial build version stringstatic final intSDK Version number, key to VERSION_CODESstatic final StringSDK Version string -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
isAvailable
public static final boolean isAvailable -
CPU_ABI
The name of the instruction set (CPU type + ABI convention) of native code. API-4. All lower case. -
CPU_TYPE
-
ABI_TYPE
-
CPU_ABI2
The name of the second instruction set (CPU type + ABI convention) of native code. API-8. All lower case. -
CPU_TYPE2
-
ABI_TYPE2
-
CODENAME
Development codename, or the string "REL" for official release -
INCREMENTAL
internal build value used by the underlying source control. -
RELEASE
official build version string -
SDK_INT
public static final int SDK_INTSDK Version number, key to VERSION_CODES -
SDK_NAME
SDK Version string
-
-
Constructor Details
-
AndroidVersion
public AndroidVersion()
-