摘要:
在所有layout_weight的地方,设置layout_width="0dip"就好了.
阅读全文
posted @ 2012-05-03 11:46
程序缘儿
阅读(250)
推荐(0)
编辑
摘要:
TelephonyManager tm = (TelephonyManager) this.getSystemService(Context.TELEPHONY_SERVICE); String imei = tm.getDeviceId(); //取出IMEI String tel = tm.getLine1Number(); //取出MSISDN,很可能为空 String imei =tm.getSimSerialNumber(); //取出ICCID String imsi =tm.getSubscriberId(); //取出IMSI
阅读全文
posted @ 2012-05-03 11:22
程序缘儿
阅读(203)
推荐(0)
编辑