上传者: 38719578
|
上传时间: 2021-12-03 14:30:12
|
文件大小: 55KB
|
文件类型: -
核心代码:Imei = ((TelephonyManager) getSystemService(TELEPHONY_SERVICE)).getDeviceId();1.加入权限在manifest.xml文件中要添加 2.代码 代码如下:package net.sunniwell.app; import android.app.Activity; import android.os.Bundle; import android.t