jaulib v1.3.0
Jau Support Library (C++, Java, ..)
Static Public Attributes | List of all members
org.jau.sys.AndroidVersion Class Reference
Collaboration diagram for org.jau.sys.AndroidVersion:

Static Public Attributes

static final boolean isAvailable
 
static final String CPU_ABI_NAME
 The name of the instruction set (CPU type + ABI convention) of native code. More...
 
static final CPUType CPU
 
static final ABIType ABI
 
static final String CPU_ABI2_NAME
 The name of the second instruction set (CPU type + ABI convention) of native code. More...
 
static final CPUType CPU2
 
static final ABIType ABI2
 
static final String CODENAME
 Development codename, or the string "REL" for official release. More...
 
static final String INCREMENTAL
 internal build value used by the underlying source control. More...
 
static final String RELEASE
 official build version string More...
 
static final int SDK_INT
 SDK Version number, key to VERSION_CODES. More...
 
static final String SDK_NAME
 SDK Version string. More...
 

Detailed Description

Definition at line 35 of file AndroidVersion.java.

Member Data Documentation

◆ ABI

final ABIType org.jau.sys.AndroidVersion.ABI
static

Definition at line 41 of file AndroidVersion.java.

◆ ABI2

final ABIType org.jau.sys.AndroidVersion.ABI2
static

Definition at line 46 of file AndroidVersion.java.

◆ CODENAME

final String org.jau.sys.AndroidVersion.CODENAME
static

Development codename, or the string "REL" for official release.

Definition at line 49 of file AndroidVersion.java.

◆ CPU

final CPUType org.jau.sys.AndroidVersion.CPU
static

Definition at line 40 of file AndroidVersion.java.

◆ CPU2

final CPUType org.jau.sys.AndroidVersion.CPU2
static

Definition at line 45 of file AndroidVersion.java.

◆ CPU_ABI2_NAME

final String org.jau.sys.AndroidVersion.CPU_ABI2_NAME
static

The name of the second instruction set (CPU type + ABI convention) of native code.

API-8. All lower case.

Definition at line 44 of file AndroidVersion.java.

◆ CPU_ABI_NAME

final String org.jau.sys.AndroidVersion.CPU_ABI_NAME
static

The name of the instruction set (CPU type + ABI convention) of native code.

API-4. All lower case.

Definition at line 39 of file AndroidVersion.java.

◆ INCREMENTAL

final String org.jau.sys.AndroidVersion.INCREMENTAL
static

internal build value used by the underlying source control.

Definition at line 52 of file AndroidVersion.java.

◆ isAvailable

final boolean org.jau.sys.AndroidVersion.isAvailable
static

Definition at line 36 of file AndroidVersion.java.

◆ RELEASE

final String org.jau.sys.AndroidVersion.RELEASE
static

official build version string

Definition at line 55 of file AndroidVersion.java.

◆ SDK_INT

final int org.jau.sys.AndroidVersion.SDK_INT
static

SDK Version number, key to VERSION_CODES.

Definition at line 58 of file AndroidVersion.java.

◆ SDK_NAME

final String org.jau.sys.AndroidVersion.SDK_NAME
static

SDK Version string.

Definition at line 61 of file AndroidVersion.java.


The documentation for this class was generated from the following file: