9 lines
546 B
Markdown
9 lines
546 B
Markdown
# Android
|
|
|
|
## Android Attributes
|
|
<!-- semconv registry.android(omit_requirement_level) -->
|
|
| Attribute | Type | Description | Examples | Stability |
|
|
|---|---|---|---|---|
|
|
| `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 [here](https://developer.android.com/guide/topics/manifest/uses-sdk-element#ApiLevels). | `33`; `32` |  |
|
|
<!-- endsemconv -->
|