mirror of
https://gitee.com/openharmony/ability_ability_runtime
synced 2024-11-30 02:41:51 +00:00
!11526 解决创建用户时更新context错误的问题
Merge pull request !11526 from hanchenZz/tokenid_bug
This commit is contained in:
commit
f2022a0013
@ -327,7 +327,7 @@ int32_t AppRunningManager::ProcessUpdateApplicationInfoInstalled(const Applicati
|
||||
}
|
||||
auto appInfoList = appRecord->GetAppInfoList();
|
||||
for (auto iter : appInfoList) {
|
||||
if (iter->bundleName == appInfo.bundleName) {
|
||||
if (iter->uid == appInfo.uid) {
|
||||
appRecord->UpdateApplicationInfoInstalled(appInfo);
|
||||
break;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user