summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJiwoong Im <jiwoong.im@samsung.com>2015-05-14 14:23:07 +0900
committerJiwoong Im <jiwoong.im@samsung.com>2015-05-14 14:23:07 +0900
commit30092aebab638aeeef491a92801f71f658f66e6a (patch)
treebfe34cc45a00e7c9ab0196695526c7cd2dbcdd8a
parent08b653c08d3eadbc4c82c60b46be2129d2cfabdd (diff)
downloadapplication-accepted/tizen/wearable/20150521.005622.tar.gz
application-accepted/tizen/wearable/20150521.005622.tar.bz2
application-accepted/tizen/wearable/20150521.005622.zip
To launch application correctly in user-session, appsvc_run_serice should be replaced to appsvc_usr_run_service. Change-Id: I19c715876ec72e0462ed611f0c66a806ed7d5e08 Signed-off-by: Jiwoong Im <jiwoong.im@samsung.com>
-rwxr-xr-xapp_control/app_control.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/app_control/app_control.c b/app_control/app_control.c
index 9603792..4a813f2 100755
--- a/app_control/app_control.c
+++ b/app_control/app_control.c
@@ -745,7 +745,7 @@ int app_control_send_launch_request(app_control_h app_control, app_control_reply
appsvc_set_operation(app_control->data, APP_CONTROL_OPERATION_DEFAULT);
}
- launch_pid = appsvc_run_service(app_control->data, app_control->id, callback ? app_control_request_result_broker : NULL, request_context);
+ launch_pid = appsvc_usr_run_service(app_control->data, app_control->id, callback ? app_control_request_result_broker : NULL, request_context, getuid());
if (implicit_default_operation == true)
{