Add key for relocate-below 99/62399/3
authorJunghoon Park <jh9216.park@samsung.com>
Wed, 16 Mar 2016 02:21:11 +0000 (11:21 +0900)
committerSemun Lee <sm79.lee@samsung.com>
Wed, 23 Mar 2016 07:06:14 +0000 (00:06 -0700)
 - 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>
include/app_control_internal.h

index 54502c2..cd66984 100644 (file)
@@ -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