Add a new key for supporting background launch 17/65917/3 accepted/tizen/common/20160414.143108 accepted/tizen/ivi/20160415.014907 accepted/tizen/mobile/20160415.014932 accepted/tizen/tv/20160415.014915 accepted/tizen/wearable/20160415.014925 submit/tizen/20160414.081825
authorHwankyu Jhun <h.jhun@samsung.com>
Thu, 14 Apr 2016 03:14:08 +0000 (12:14 +0900)
committerHwankyu Jhun <h.jhun@samsung.com>
Thu, 14 Apr 2016 04:09:19 +0000 (13:09 +0900)
Change-Id: Ie33f65dd0acb8a4f75ac15e09d2d26e90b8d491c
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
include/app_control_internal.h

index 26f4217..99aa537 100644 (file)
@@ -63,6 +63,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
  *
  * @remarks This function clears all data in the app_control and adds all key-value pairs in the bundle into the app_control