摘要: 1、获取设备IMEI TelephonyManager tm = (TelephonyManager) getSystemService(Context.TELEPHONY_SERVICE); String IMEIs = tm.getDeviceId() ;需要的权限 运行结果: 86746... 阅读全文
posted @ 2015-08-20 13:05 赵彦军 阅读(3086) 评论(0) 推荐(1)