From 29140b2508be317e9221e8a01421c792a6bddb62 Mon Sep 17 00:00:00 2001 From: jongmyeongko Date: Tue, 9 Aug 2016 11:16:03 +0900 Subject: [PATCH] use w/o restart version api for killing application Change-Id: Id8f755d32a2abca79b8391128b98f5422b0b041f Signed-off-by: jongmyeongko --- plugin/app2sd/src/app2sd_interface.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/app2sd/src/app2sd_interface.c b/plugin/app2sd/src/app2sd_interface.c index ecfc3a7..ff96a94 100644 --- a/plugin/app2sd/src/app2sd_interface.c +++ b/plugin/app2sd/src/app2sd_interface.c @@ -488,7 +488,7 @@ static int _app2sd_application_handler(const pkgmgrinfo_appinfo_h handle, void * return APP2EXT_ERROR_KILLAPP_ERROR; } - ret = aul_terminate_pid_sync_for_uid(pid, uid); + ret = aul_terminate_pid_sync_without_restart_for_uid(pid, uid); if (ret != AUL_R_OK) { _E("failed to kill app"); return APP2EXT_ERROR_KILLAPP_ERROR; -- 2.7.4