摘要:
1 public static boolean isTablet(Context context) {2 return (context.getResources().getConfiguration().screenLayout & Configuration.SCREENLAYOUT_SIZE_MASK) >= Configuration.SCREENLAYOUT_SIZE_LARGE;3 } 1 public boolean isTabletDevice() { 2 TelephonyManager telephony = (TelephonyMan... 阅读全文
posted @ 2013-03-15 09:20
晓阳110
阅读(607)
评论(0)
推荐(0)
2013年3月15日