9 lines
463 B
Markdown
9 lines
463 B
Markdown
# Android
|
|
|
|
## Android Attributes
|
|
<!-- semconv registry.android(omit_requirement_level) -->
|
|
| Attribute | Type | Description | Examples |
|
|
|---|---|---|---|
|
|
| `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 -->
|