摘要:
在所有layout_weight的地方,设置layout_width="0dip"就好了. 阅读全文
摘要:
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 阅读全文