主要类 TelephonyManager:
telephonyManager.getCellLocation();//获得服务区
telephonyManager.getCellId();//获得服务小区ID
/*获取Sim卡运营商*/
IMSI = telephonyManager.getSubscriberId();
// IMSI号前面3位460是国家,紧接着后面2位00 02是中国移动,01是中国联通,03是中国电信。