Type | Name and description |
---|---|
static boolean |
checkDeviceApiLevel(com.android.builder.testing.api.DeviceConnector device, com.android.builder.model.ApiVersion appMinSdkVersion, com.android.utils.ILogger logger, String projectName, String variantName) Checks whether a device is compatible with a given app minSdkVersion value. |
Checks whether a device is compatible with a given app minSdkVersion value.
device
- the deviceappMinSdkVersion
- the minSdkVersion of the applogger
- a logger objectprojectName
- the project name for loggingvariantName
- the variant name for logging