android 获取设备IMEI与序列号
//IMEI(imei)TelephonyManager tm = (TelephonyManager) ChinaApplication.getAppContext().getSystemService(Context.TELEPHONY_SERVICE);String imei = tm.getDeviceId();if(!TextUtils.isEmpty(imei)){ de