Provides access to Android platform version information, such as the device's current API level, and the application's minimum and target API levels.
| Property | Description |
|---|---|
| apiLevel | The device's current Android API level. |
| minApiLevel | The minimum Android API level that the application can run on. |
| targetApiLevel | The target Android API level that the application is designed to run on. |