From: Hwankyu Jhun Date: Thu, 14 Apr 2016 03:14:08 +0000 (+0900) Subject: Add a new key for supporting background launch X-Git-Tag: submit/tizen/20170725.231500~6^2~72 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=90acba0ff8907a08086f5a4e5d67f9dfd574fa52;p=platform%2Fcore%2Fapi%2Fpreference.git Add a new key for supporting background launch Change-Id: Ie33f65dd0acb8a4f75ac15e09d2d26e90b8d491c Signed-off-by: Hwankyu Jhun --- diff --git a/include/app_control_internal.h b/include/app_control_internal.h index 26f4217..99aa537 100644 --- a/include/app_control_internal.h +++ b/include/app_control_internal.h @@ -62,6 +62,12 @@ extern "C" { */ #define APP_CONTROL_DATA_RELOCATE_BELOW "__K_RELOCATE_BELOW" +/** + * @brief Definition for app_control data: The value for supporting background launch mode. + * @details By default, this flag is 'disable'. Once it is set to 'enable', A window of callee app doesn't appear on the screen. + */ +#define APP_CONTROL_DATA_BACKGROUND_LAUNCH "__K_BG_LAUNCH" + /** * @brief Replaces all data in the app_control with the bundle *