Change-Id: Ie818da1856af42972791626bbdfaa29517add0ba
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
snprintf(pid_str, sizeof(pid_str), "%d", pid);
ret = app_request_to_launchpad_for_uid(APP_TERM_BY_PID,
pid_str, NULL, uid);
+ if (ret == pid)
+ ret = AUL_R_OK;
+
return ret;
}
snprintf(pid_str, sizeof(pid_str), "%d", pid);
ret = app_request_to_launchpad(APP_TERM_BGAPP_BY_PID, pid_str, NULL);
+ if (ret == pid)
+ ret = AUL_R_OK;
+
return ret;
}