mirror of
https://gitee.com/openharmony/telephony_core_service
synced 2024-11-26 17:50:36 +00:00
!1844 【轻量级 PR】:在获取IMSI后,如果imsi非空应执行检查MCCMNC
Merge pull request !1844 from NoCodeNoBB/N/A
This commit is contained in:
commit
ef74aee046
@ -1068,6 +1068,7 @@ bool SimFile::ProcessObtainIMSIDone(const AppExecFwk::InnerEvent::Pointer &event
|
||||
SaveCountryCode();
|
||||
TELEPHONY_LOGI("SimFile::ObtainIsoCountryCode result success");
|
||||
if (!imsi_.empty()) {
|
||||
CheckMncLength();
|
||||
imsiReadyObser_->NotifyObserver(RadioEvent::RADIO_IMSI_LOADED_READY);
|
||||
FileChangeToExt(imsi_, FileChangeType::G_IMSI_FILE_LOAD);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user