Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


AndroidBuild.Version

Provides access to Android platform version information, such as the device's current API level, and the application's minimum and target API levels.
Read time 1 minuteLast updated 6 days ago

Definition

public static class AndroidBuild.Version

Static Properties

Property

Description

apiLevelThe device's current Android API level.
minApiLevelThe minimum Android API level that the application can run on.
targetApiLevelThe target Android API level that the application is designed to run on.