首页 > 其他分享 >android 如何获取MCC/MNC

android 如何获取MCC/MNC

时间:2023-03-17 19:04:49浏览次数:32  
标签:getIccRecords GeminiPhone getIMSI MCC 获取 android MNC


获取MCC/MNC以便控制小区广播的开启
 
双卡:((GeminiPhone)mPhone).getIccCardGemini(simId).getIccRecords().getIMSI();
 
单卡: GsmPhone.getIccCard().getIccRecords().getIMSI();
 
通过获取子字符串Interger.parseInt(imsi.substring(0,3));获取MCC,MNC获取类似 。

标签:getIccRecords,GeminiPhone,getIMSI,MCC,获取,android,MNC
From: https://blog.51cto.com/u_15170706/6127836

相关文章