新闻中心 News 分类>>
android 如何获取MCC/MNC控制小区广播的开启
获取MCC/MNC以便控制小区广播的开启
双卡:((GeminiPhone)mPhone).getIccCardGemini(simId).getIccRecords().getIMSI();
单卡: GsmPhone.getIccCard().getIccRecords().getIMSI();
通过获取子字符串Interger.parseInt(imsi.substring(0,3));获取MCC,MNC获取类似 。
双卡:((GeminiPhone)mPhone).getIccCardGemini(simId).getIccRecords().getIMSI();
单卡: GsmPhone.getIccCard().getIccRecords().getIMSI();
通过获取子字符串Interger.parseInt(imsi.substring(0,3));获取MCC,MNC获取类似 。
2026-01-16 14:39:05
浏览次数: 次
返回列表





