Package ai.nexconn.chatui.picture.tools
Class SdkVersionUtils
-
- All Implemented Interfaces:
public class SdkVersionUtils
-
-
Constructor Summary
Constructors Constructor Description SdkVersionUtils()
-
Method Summary
Modifier and Type Method Description static booleancheckedAndroid_Q()Check whether the device is running Android Q or above static booleanhasICS()static booleanhasKitKat()-
-
Method Detail
-
checkedAndroid_Q
static boolean checkedAndroid_Q()
Check whether the device is running Android Q or above
-
hasICS
static boolean hasICS()
-
hasKitKat
static boolean hasKitKat()
-
-
-
-