SIM卡鉴权问题处理

Signed-off-by: liuxiyao223 <liuxiyao223@huawei.com>
This commit is contained in:
liuxiyao223 2023-10-23 09:30:21 +08:00
parent b9e5bd2a8b
commit 49b213b118

View File

@ -492,7 +492,7 @@ void SimStateHandle::GetUnlockSimLockResult(const AppExecFwk::InnerEvent::Pointe
void SimStateHandle::GetSimAuthenticationResult(int32_t slotId, const AppExecFwk::InnerEvent::Pointer &event)
{
TELEPHONY_LOGI("SimStateHandle::GetSimAuthenticationResult slotId = %{public}d", slotId);
auto response = event->GetUniqueObject<IccIoResultInfo>();
auto response = event->GetSharedObject<IccIoResultInfo>();
if (response == nullptr) {
TELEPHONY_LOGE("SimStateHandle::GetSimAuthenticationResult() fail");
return;