Use launchpad-loader for launching widget apps 88/102388/1 accepted/tizen/3.0/common/20161206.125859 accepted/tizen/3.0/ivi/20161206.000541 accepted/tizen/3.0/mobile/20161206.000500 accepted/tizen/3.0/tv/20161206.000518 accepted/tizen/3.0/wearable/20161206.000531 submit/tizen_3.0/20161205.131352
authorJunghoon Park <jh9216.park@samsung.com>
Mon, 5 Dec 2016 12:56:36 +0000 (21:56 +0900)
committerJunghoon Park <jh9216.park@samsung.com>
Mon, 5 Dec 2016 12:56:36 +0000 (21:56 +0900)
Change-Id: I6d0dd3c6388c793221fc7084d37edff023dba727
Signed-off-by: Junghoon Park <jh9216.park@samsung.com>
src/widget_instance.c

index fe72f6a..f8aeaaa 100644 (file)
@@ -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);