minApiLevel property

int? minApiLevel
getter/setter pair

The minimum desired Android Framework API level.

If the device doesn't meet the minimum requirement, this condition is satisfied. Must be greater than zero.

Implementation

core.int? minApiLevel;