summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHwankyu Jhun <h.jhun@samsung.com>2016-04-14 12:14:08 +0900
committerHwankyu Jhun <h.jhun@samsung.com>2016-04-14 13:09:19 +0900
commit90acba0ff8907a08086f5a4e5d67f9dfd574fa52 (patch)
treeaa4992d65194f6634bdd2beb0a029e69ed1ba384
parenta39a46360dd9c89de5a9d5261e621ad5be78e270 (diff)
downloadapplication-90acba0ff8907a08086f5a4e5d67f9dfd574fa52.tar.gz
application-90acba0ff8907a08086f5a4e5d67f9dfd574fa52.tar.bz2
application-90acba0ff8907a08086f5a4e5d67f9dfd574fa52.zip
Change-Id: Ie33f65dd0acb8a4f75ac15e09d2d26e90b8d491c Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
-rw-r--r--include/app_control_internal.h6
1 files changed, 6 insertions, 0 deletions
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
@@ -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