Renamed two Util methods
This commit is contained in:
parent
82c7128ea8
commit
4b2921c6c7
10 changed files with 33 additions and 33 deletions
|
|
@ -178,11 +178,11 @@ public class Util {
|
|||
}
|
||||
}
|
||||
|
||||
public static boolean hasLollipopSDK() {
|
||||
public static boolean isAtLeastLollipop() {
|
||||
return Build.VERSION.SDK_INT >= Build.VERSION_CODES.LOLLIPOP;
|
||||
}
|
||||
|
||||
public static boolean hasKitKatSDK() {
|
||||
public static boolean isAtLeastKitKat() {
|
||||
return Build.VERSION.SDK_INT >= Build.VERSION_CODES.KITKAT;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue