Signed-off-by: zph <zhaopenghui8@huawei.com>
This commit is contained in:
zph
2025-03-07 19:26:34 +08:00
parent 9b27a8abd5
commit 310bdd3482
@@ -357,7 +357,7 @@ Status DataObsMgrService::NotifyProcessObserver(const std::string &key, const sp
Want want;
want.SetElementName(DIALOG_APP, PROGRESS_ABILITY);
want.SetAction(PROGRESS_ABILITY);
want.SetParam("promptText", PROMPT_TEXT);
want.SetParam("promptText", std::string(PROMPT_TEXT));
want.SetParam("remoteDeviceName", std::string());
want.SetParam("progressKey", key);
want.SetParam("isRemote", false);