net.tsz.afinal.common
类 Utils

java.lang.Object
  继承者 net.tsz.afinal.common.Utils

public class Utils
extends java.lang.Object

用于判断当前系统的版本

作者:
michael yang 在sdk4.1下编译才能通过

方法摘要
static boolean hasFroyo()
           
static boolean hasGingerbread()
           
static boolean hasHoneycomb()
           
static boolean hasHoneycombMR1()
           
static boolean hasJellyBean()
           
 
从类 java.lang.Object 继承的方法
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

方法详细信息

hasFroyo

public static boolean hasFroyo()

hasGingerbread

public static boolean hasGingerbread()

hasHoneycomb

public static boolean hasHoneycomb()

hasHoneycombMR1

public static boolean hasHoneycombMR1()

hasJellyBean

public static boolean hasJellyBean()