Set nodisplay attribute of widget application as manifest value 25/163125/5
authorSangyoon Jang <jeremy.jang@samsung.com>
Thu, 7 Dec 2017 09:06:05 +0000 (18:06 +0900)
committerJunghyun Yeon <jungh.yeon@samsung.com>
Fri, 5 Jan 2018 02:12:13 +0000 (02:12 +0000)
Change-Id: Ia6cd396e78b73da510a3e1eab80b96f55b59909d
Signed-off-by: Sangyoon Jang <jeremy.jang@samsung.com>
src/common/step/configuration/step_parse_manifest.cc

index 8e1a1bdb57056a8228c532c3bebc423a5326884a..0c92646c21b52a3287423e05efa0e161de88b372 100644 (file)
@@ -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");