天天看点

网络运营商对照表

运营商信息上报

运营商名称 代码
中国移动 00 02 04 07 08 13
中国联通 01 06 09 10
中国电信 03 05 11 12
中国铁通 20
TelephonyManager telephonyManager = (TelephonyManager) getSystemService(Context.TELEPHONY_SERVICE);
String simOperator = telephonyManager.getSimOperator();