From 36e275b2999876d72c6a3efde94cfd720a8d8afa Mon Sep 17 00:00:00 2001 From: Zhou Shihui Date: Mon, 29 Jul 2024 16:41:00 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=B8=E8=BD=BD=E5=BA=94=E7=94=A8=E5=89=8D?= =?UTF-8?q?=E7=BD=AE=E7=A1=AE=E8=AE=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Zhou Shihui --- frameworks/src/bundle_command_common.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/frameworks/src/bundle_command_common.cpp b/frameworks/src/bundle_command_common.cpp index b200e67..4608946 100644 --- a/frameworks/src/bundle_command_common.cpp +++ b/frameworks/src/bundle_command_common.cpp @@ -687,6 +687,10 @@ std::map BundleCommandCommon::bundleMessageMap_ = { IStatusReceiver::ERR_INSTALL_MULTI_APP_MAX_COUNT_DECREASE, "error: Failed to install the HAP because the maximum count of multi-app cannot be reduced." }, + { + IStatusReceiver::ERR_UNINSTALL_CONTROLLED, + "error: The uninstall request is rejected by the application." + } }; } // AppExecFwk } // OHOS \ No newline at end of file -- Gitee