diff options
author | Junghoon Park <jh9216.park@samsung.com> | 2016-12-05 21:56:36 +0900 |
---|---|---|
committer | Junghoon Park <jh9216.park@samsung.com> | 2016-12-05 21:56:36 +0900 |
commit | c27f01f10c2f58c12b66831e11cb46f2d62843ff (patch) | |
tree | 48e09d35998c65048cc4ef3990a0ce44bd2bdec5 | |
parent | 2d9e896a1195b0d2301358e7df91e90113016e06 (diff) | |
download | widget-service-c27f01f10c2f58c12b66831e11cb46f2d62843ff.tar.gz widget-service-c27f01f10c2f58c12b66831e11cb46f2d62843ff.tar.bz2 widget-service-c27f01f10c2f58c12b66831e11cb46f2d62843ff.zip |
Use launchpad-loader for launching widget appssubmit/tizen_3.0/20161205.131352accepted/tizen/3.0/wearable/20161206.000531accepted/tizen/3.0/tv/20161206.000518accepted/tizen/3.0/mobile/20161206.000500accepted/tizen/3.0/ivi/20161206.000541accepted/tizen/3.0/common/20161206.125859
Change-Id: I6d0dd3c6388c793221fc7084d37edff023dba727
Signed-off-by: Junghoon Park <jh9216.park@samsung.com>
-rw-r--r-- | src/widget_instance.c | 1 |
1 files changed, 0 insertions, 1 deletions
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); |