Android 获取手机的IMEI等设备信息
获取IMEI等 public String getPhoneInfo(Context context) { TelephonyManager tm = (TelephonyManager) context .getSystemService(Context.TELEPHONY_SERVICE); StringBuilder sb