文章详情

  • 游戏榜单
  • 软件榜单
关闭导航
热搜榜
热门下载
热门标签
php爱好者> php文档>Android 获取MIEI ISMI Sim卡串号等等信息

Android 获取MIEI ISMI Sim卡串号等等信息

时间:2010-12-30  来源:fly_binbin

因为以前写过一个,感觉写的有点不详细,这里做为一个补充!

代码
TelephonyManager telephonemanage = (TelephonyManager) getWindow()
.getContext().getSystemService(Context.TELEPHONY_SERVICE);
try {
edit1.setText(
"MIEI: " + telephonemanage.getDeviceId()
+ "\n SimSSN " + telephonemanage.getSimSerialNumber()
+ "\n IMSI " + telephonemanage.getSubscriberId());
}
catch (Exception e) {
edit1.setText(e.getMessage());
}

 

 

 

相关阅读 更多 +
排行榜 更多 +
辰域智控app

辰域智控app

系统工具 下载
网医联盟app

网医联盟app

运动健身 下载
汇丰汇选App

汇丰汇选App

金融理财 下载