Add APIs to close an application 24/68424/5 accepted/tizen/common/20160510.050928 accepted/tizen/ivi/20160510.002454 accepted/tizen/mobile/20160510.002439 accepted/tizen/tv/20160510.002446 accepted/tizen/wearable/20160510.002427 submit/tizen/20160509.084951
authorHwankyu Jhun <h.jhun@samsung.com>
Wed, 4 May 2016 07:31:41 +0000 (16:31 +0900)
committerHwanKyu Jhun <h.jhun@samsung.com>
Wed, 4 May 2016 08:54:32 +0000 (01:54 -0700)
commit26e446e9298a68849285def7b9ffcba0cd120727
treeeb4ecf5f2da86cd92a6ded465a90e8423336d702
parent050c05ad4a00ee2d12a116288e4c1222b817ca6f
Add APIs to close an application

- These APIs wait util the target application is terminated
successfully.
- Add new internal APIs
aul_terminate_pid_sync()
aul_terminate_pid_sync_for_uid()

Change-Id: I5c91924817b998bac636efe021c78b7bd06377a3
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
include/aul.h
include/aul_cmd.h
src/launch.c
tool/aul_test.c