diff --git a/services/common/src/app_utils.cpp b/services/common/src/app_utils.cpp index 64b524f5562f7a97069a9a8716050907a005edc8..9bde69ab0742f6e5ab6a0d3a6901a24dd78fcd18 100644 --- a/services/common/src/app_utils.cpp +++ b/services/common/src/app_utils.cpp @@ -614,6 +614,7 @@ bool AppUtils::IsSystemReasonMessage(const std::string &reasonMessage) { const std::unordered_set systemReasonMessagesSet = { "ReasonMessage_SystemShare", + "ReasonMessage_DesktopShortcut", }; return systemReasonMessagesSet.find(reasonMessage) != systemReasonMessagesSet.end(); }