摘要: public static boolean hasFroyo() { // Can use static final constants like FROYO, declared in later versions // of the OS since they are inlined at compile time. This is guaranteed behavior. //2.2以上 return Build.VERSION.SDK_INT >= Build.VERSION_CODES.FROYO; } public static boolean hasGingerbread.. 阅读全文
posted @ 2013-06-27 10:29 GreyWolf 阅读(380) 评论(0) 推荐(0) 编辑