摘要:
1、Android判断是Pad或者手机 public boolean isTabletDevice() { TelephonyManager telephony = (TelephonyManager) getContext().getSystemService(Context.TELEPHONY_SERVICE); int type = telephony.getPhoneType(); if (type == TelephonyManager.PHONE_TYPE_NONE) { ... 阅读全文
posted @ 2013-08-23 08:49
魏滋珑
阅读(605)
评论(3)
推荐(0)
浙公网安备 33010602011771号