summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJunghoon Park <jh9216.park@samsung.com>2016-03-16 11:21:11 +0900
committerSemun Lee <sm79.lee@samsung.com>2016-03-23 00:06:14 -0700
commite6d4a9009eb08f49b54c67182fff0af368273b0f (patch)
tree616caa6bd27f6ca6892f456c918748ac90001a09 /include
parent9eed3cc97bd1a8032cde7966d21464670600a5e3 (diff)
downloadapplication-e6d4a9009eb08f49b54c67182fff0af368273b0f.tar.gz
application-e6d4a9009eb08f49b54c67182fff0af368273b0f.tar.bz2
application-e6d4a9009eb08f49b54c67182fff0af368273b0f.zip
Add key for relocate-below
- supporting relocating launched app under the callee app - Requires https://review.tizen.org/gerrit/#/c/61893/ https://review.tizen.org/gerrit/#/c/62048/ https://review.tizen.org/gerrit/#/c/62397/ Change-Id: If1d7e4d5215c905b0197f566a00851bad0adbdb1 Signed-off-by: Junghoon Park <jh9216.park@samsung.com>
Diffstat (limited to 'include')
-rw-r--r--include/app_control_internal.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/app_control_internal.h b/include/app_control_internal.h
index 54502c2..cd66984 100644
--- a/include/app_control_internal.h
+++ b/include/app_control_internal.h
@@ -56,6 +56,13 @@ extern "C" {
#define APP_CONTROL_DATA_RECYCLE "__K_RECYCLE"
/**
+ * @brief Definition for app_control data : The value for supporting relocating launched app under the callee app.
+ * @details By default, this value is NULL. Once it is set to app ID, that application will be relocated under the callee app after callee app is resumed.
+ * @remarks The value should be an app ID for main app which has been launched before, otherwise it will be ignored.
+ */
+#define APP_CONTROL_DATA_RELOCATE_BELOW "__K_RELOCATE_BELOW"
+
+/**
* @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