Change-Id: Ie33f65dd0acb8a4f75ac15e09d2d26e90b8d491c
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
*/
#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
*