@ThreadSafe public final class AndroidSdkVersion extends Object
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isAtLeastSdk(int sdkInt) |
public static boolean isAtLeastSdk(int sdkInt)
sdkInt - SDK version number to test against the current environment.true if Build.VERSION.SDK_INT is greater than or equal to
sdkInt.