3.6 KiB
3.6 KiB
Android
Android Attributes
The Android platform on which the Android application is running.
| Attribute | Type | Description | Examples | Stability |
|---|---|---|---|---|
android.app.state |
string | This attribute represents the state of the application. [1] | created |
|
android.os.api_level |
string | Uniquely identifies the framework API revision offered by a version (os.version) of the android operating system. More information can be found in the Android API levels documentation. |
33; 32 |
[1] android.app.state: The Android lifecycle states are defined in Activity lifecycle callbacks, and from which the OS identifiers are derived.
android.app.state has the following list of well-known values. If one of them applies, then the respective value MUST be used; otherwise, a custom value MAY be used.
Deprecated Android Attributes
This document defines attributes that represents an occurrence of a lifecycle transition on the Android platform.
| Attribute | Type | Description | Examples | Stability |
|---|---|---|---|---|
android.state |
string | Deprecated. Use android.app.state attribute instead. |
created; background; foreground |
Replaced by android.app.state. |
android.state has the following list of well-known values. If one of them applies, then the respective value MUST be used; otherwise, a custom value MAY be used.