From 63c72ded03930698e14fb395f0fbcb7433134bf1 Mon Sep 17 00:00:00 2001 From: Daehyeon Jung Date: Tue, 19 Apr 2016 17:05:15 +0900 Subject: [PATCH] Add widget operation to pass privilege check Change-Id: Idfddd69b4ba80e745ceedf98942f9e0340b7e147 Signed-off-by: Daehyeon Jung --- src/widget_instance.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/widget_instance.c b/src/widget_instance.c index 3f92d2e..811de83 100644 --- a/src/widget_instance.c +++ b/src/widget_instance.c @@ -542,6 +542,7 @@ static int __send_aul_cmd(const char *widget_id, const char *instance_id, bundle bundle_add_str(b, WIDGET_K_CLASS, classid); aul_svc_set_loader_id(b, 1); + aul_svc_set_operation(b, AUL_SVC_OPERATION_LAUNCH_WIDGET); ret = aul_launch_app(appid, b); -- 2.7.4