From c27f01f10c2f58c12b66831e11cb46f2d62843ff Mon Sep 17 00:00:00 2001 From: Junghoon Park Date: Mon, 5 Dec 2016 21:56:36 +0900 Subject: [PATCH] Use launchpad-loader for launching widget apps Change-Id: I6d0dd3c6388c793221fc7084d37edff023dba727 Signed-off-by: Junghoon Park --- src/widget_instance.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/widget_instance.c b/src/widget_instance.c index fe72f6a..f8aeaaa 100644 --- a/src/widget_instance.c +++ b/src/widget_instance.c @@ -315,7 +315,6 @@ static int __launch(const char *widget_id, const char *instance_id, bundle *extr bundle_add_str(b, WIDGET_K_CLASS, classid); bundle_add_str(b, AUL_K_WIDGET_VIEWER, viewer_appid); - aul_svc_set_loader_id(b, 1); aul_svc_set_operation(b, AUL_SVC_OPERATION_LAUNCH_WIDGET); ret = aul_launch_app_async(appid, b); -- 2.7.4