summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJunghoon Park <jh9216.park@samsung.com>2016-04-04 05:03:02 -0700
committerGerrit Code Review <gerrit@review.vlan103.tizen.org>2016-04-04 05:03:02 -0700
commitb9818a9a29cdd5585d7a1583f4ae21924dbfc860 (patch)
tree2922dd70b84147046cfe8dcdb8074166ed8e43c8 /include
parent8f6ede950086973cbee0186e3246c540b7bb7d8e (diff)
parente6d4a9009eb08f49b54c67182fff0af368273b0f (diff)
downloadapplication-b9818a9a29cdd5585d7a1583f4ae21924dbfc860.tar.gz
application-b9818a9a29cdd5585d7a1583f4ae21924dbfc860.tar.bz2
application-b9818a9a29cdd5585d7a1583f4ae21924dbfc860.zip
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 ec620fa..319c2ed 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