摘要: /** * 判断当前设备是手机还是平板,代码来自 Google I/O App for Android * @param context * @return 平板返回 True,手机返回 False */ public static boolean isTablet(Context context) 阅读全文
posted @ 2016-03-08 11:54 天边孤雁 阅读(230) 评论(0) 推荐(0)