From b8cbb6901c582a2034dd21a7aee942f04af10d7b Mon Sep 17 00:00:00 2001 From: Sangyoon Jang Date: Thu, 7 Dec 2017 18:06:05 +0900 Subject: [PATCH] Set nodisplay attribute of widget application as manifest value Change-Id: Ia6cd396e78b73da510a3e1eab80b96f55b59909d Signed-off-by: Sangyoon Jang --- src/common/step/configuration/step_parse_manifest.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/step/configuration/step_parse_manifest.cc b/src/common/step/configuration/step_parse_manifest.cc index 8e1a1bd..0c92646 100644 --- a/src/common/step/configuration/step_parse_manifest.cc +++ b/src/common/step/configuration/step_parse_manifest.cc @@ -456,7 +456,7 @@ bool StepParseManifest::FillWidgetApplication(manifest_x* manifest) { widget_app->launch_mode = strdup(application.app_info.launch_mode().c_str()); widget_app->multiple = strdup("false"); - widget_app->nodisplay = strdup("true"); + widget_app->nodisplay = strdup(application.app_info.nodisplay().c_str()); widget_app->support_mode = strdup((std::to_string(app_support_mode_val)).c_str()); widget_app->taskmanage = strdup("false"); -- 2.7.4