From e6d4a9009eb08f49b54c67182fff0af368273b0f Mon Sep 17 00:00:00 2001 From: Junghoon Park Date: Wed, 16 Mar 2016 11:21:11 +0900 Subject: [PATCH] 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 --- include/app_control_internal.h | 7 +++++++ 1 file changed, 7 insertions(+) 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 -- 2.7.4