|
| static final boolean | isAvailable |
| |
| static final String | CPU_ABI_NAME |
| | The name of the instruction set (CPU type + ABI convention) of native code.
|
| |
| 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.
|
| |
| static final CPUType | CPU2 |
| |
| static final ABIType | ABI2 |
| |
| static final String | CODENAME |
| | Development codename, or the string "REL" for official release.
|
| |
| static final String | INCREMENTAL |
| | internal build value used by the underlying source control.
|
| |
| static final String | RELEASE |
| | official build version string
|
| |
| static final int | SDK_INT |
| | SDK Version number, key to VERSION_CODES.
|
| |
| static final String | SDK_NAME |
| | SDK Version string.
|
| |
Definition at line 35 of file AndroidVersion.java.
◆ ABI
| final ABIType org.jau.sys.AndroidVersion.ABI |
|
static |
◆ ABI2
| final ABIType org.jau.sys.AndroidVersion.ABI2 |
|
static |
◆ 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 |
◆ CPU2
| final CPUType org.jau.sys.AndroidVersion.CPU2 |
|
static |
◆ 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 |
◆ RELEASE
| final String org.jau.sys.AndroidVersion.RELEASE |
|
static |
◆ SDK_INT
| final int org.jau.sys.AndroidVersion.SDK_INT |
|
static |
◆ SDK_NAME
| final String org.jau.sys.AndroidVersion.SDK_NAME |
|
static |
The documentation for this class was generated from the following file: