码迷,mamicode.com
首页 > 移动开发 > 详细

android何如获取SIM卡提供国家代码(ISO)

时间:2014-08-04 14:13:27      阅读:1042      评论:0      收藏:0      [点我收藏+]

标签:android   blog   http   strong   io   art   ar   代码   

  1. TelephonyManager telManager = (TelephonyManager)getSystemService(Context.TELEPHONY_SERVICE);  
  2. telManager.getSimCountryIso();  

SIM卡的序列号
  1. TelephonyManager telManager = (TelephonyManager)getSystemService(Context.TELEPHONY_SERVICE);  
  2. telManager.getSimSerialNumber();  

获取其他信息以此类推 
AndroidManifest.xml必须以下设置
<uses-permission android:name="android.permission.READ_PHONE_STATE" />

android何如获取SIM卡提供国家代码(ISO),布布扣,bubuko.com

android何如获取SIM卡提供国家代码(ISO)

标签:android   blog   http   strong   io   art   ar   代码   

原文地址:http://www.cnblogs.com/xgjblog/p/3889948.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!