Package io.rong.imkit.picture.tools
Class SdkVersionUtils
-
- All Implemented Interfaces:
public class SdkVersionUtils
-
-
Constructor Summary
Constructors Constructor Description SdkVersionUtils()
-
Method Summary
Modifier and Type Method Description static boolean
checkedAndroid_Q()
判断是否是Android Q版本 static boolean
hasICS()
static boolean
hasKitKat()
-
-
Method Detail
-
checkedAndroid_Q
static boolean checkedAndroid_Q()
判断是否是Android Q版本
-
hasICS
static boolean hasICS()
-
hasKitKat
static boolean hasKitKat()
-
-
-
-