From 0bf3396ec0743f315d7a37c284f28cb79b0b08a4 Mon Sep 17 00:00:00 2001 From: Zhou Shihui Date: Thu, 21 Aug 2025 19:52:28 +0800 Subject: [PATCH] =?UTF-8?q?recover=E9=94=99=E8=AF=AF=E7=A0=81=E4=BF=AE?= =?UTF-8?q?=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Zhou Shihui --- services/bundlemgr/src/base_bundle_installer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/bundlemgr/src/base_bundle_installer.cpp b/services/bundlemgr/src/base_bundle_installer.cpp index fdab42c164..c04af8b6e3 100644 --- a/services/bundlemgr/src/base_bundle_installer.cpp +++ b/services/bundlemgr/src/base_bundle_installer.cpp @@ -2263,7 +2263,7 @@ ErrCode BaseBundleInstaller::InnerProcessInstallByPreInstallInfo( if (oldInfo.HasInnerBundleUserInfo(userId_)) { LOG_E(BMS_TAG_INSTALLER, "App is exist in user(%{public}d)", userId_); - return ERR_BUNDLE_MANAGER_BUNDLE_NOT_EXIST; + return ERR_APPEXECFWK_RECOVER_INVALID_BUNDLE_NAME; } ErrCode ret = InstallNormalAppControl(oldInfo.GetAppId(), userId_, installParam.isPreInstallApp); -- Gitee