- require : https://review.tizen.org/gerrit/#/c/87713/
Change-Id: I13f30ec983a6cc2fa03eaf8ada0fc383a10cda3c
Signed-off-by: Junghoon Park <jh9216.park@samsung.com>
widget_app->nodisplay = strdup("true");
widget_app->taskmanage = strdup("false");
widget_app->indicatordisplay = strdup("false");
- widget_app->type = strdup("capp");
+ widget_app->type =
+ strdup(application.app_info.type().c_str());
widget_app->component_type = strdup("widgetapp");
widget_app->hwacceleration =
strdup(application.app_info.hwacceleration().c_str());