摘要: public boolean isTabletDevice() { TelephonyManager telephony = (TelephonyManager) mContext.getSystemService(Context.TELEPHONY_SERVICE); int type = tel 阅读全文
posted @ 2016-01-30 13:43 jiduoduo 阅读(672) 评论(0) 推荐(0)