Fix checking the application status 96/177896/3
authorHwankyu Jhun <h.jhun@samsung.com>
Fri, 4 May 2018 07:47:06 +0000 (16:47 +0900)
committerHwankyu Jhun <h.jhun@samsung.com>
Tue, 8 May 2018 01:00:34 +0000 (10:00 +0900)
commit9c3f55c40686a2eac6f2a3cf51dc336a33213903
tree14fd0a18718fe01097359903d44be0b52d231f5c
parentbe7ce6e72e852f609cd6009983c211b97645582a
Fix checking the application status

After this patch is applied, app-installer uses
aul_app_get_status_for_uid() intead of aul_app_is_running_for_uid()
to check whether an application is running or NOT.
When an application is dying, aul_app_is_running_for_uid() returns
false.

Change-Id: I1af3904d524ee8ac9a9414a79e55f7d86aefd7e2
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
src/common/step/pkgmgr/step_kill_apps.cc