mirror of
https://github.com/openharmony/ability_ability_runtime.git
synced 2026-08-24 22:21:36 -04:00
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user