[html] view plaincopy
- TelephonyManager telManager = (TelephonyManager)getSystemService(Context.TELEPHONY_SERVICE);
- telManager.getSimCountryIso();
SIM卡的序列号
[html] view plaincopy
- TelephonyManager telManager = (TelephonyManager)getSystemService(Context.TELEPHONY_SERVICE);
- telManager.getSimSerialNumber();
获取其他信息以此类推
AndroidManifest.xml必须以下设置
<uses-permission android:name="android.permission.READ_PHONE_STATE" />
android何如获取SIM卡提供国家代码(ISO)
时间: 2024-10-11 01:19:17