semantic-conventions/model/registry/android.yaml

16 lines
570 B
YAML

groups:
- id: registry.android
prefix: android
type: attribute_group
brief: >
The Android platform on which the Android application is running.
attributes:
- id: os.api_level
type: string
stability: experimental
brief: >
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).
examples: ['33', '32']