首页 > 网站 > 建站经验 > 正文

A、ndroid中获取IMEI码的办法

2019-11-02 15:08:34
字体:
来源:转载
供稿:网友

   //get IMEI码

  String

国内电影[www.aikan.tv/xzhtml/11/]
IMEI = this.getSystemService(Context.TELEPHONY_SERVICE).getDeviceId();

  String myIMSI =android.os.SystemProperties.get(android.telephony.TelephonyProperties.PROPERTY_IMSI);

  //打印

  System.out.println("IMEI:" + IMEI);

  修改Manifest.xml中权限:

  

发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表