!1844 【轻量级 PR】:在获取IMSI后,如果imsi非空应执行检查MCCMNC

Merge pull request !1844 from NoCodeNoBB/N/A
This commit is contained in:
openharmony_ci 2024-04-06 09:39:21 +00:00 committed by Gitee
commit ef74aee046
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -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);
}