From: Junghoon Park Date: Wed, 16 Mar 2016 02:21:11 +0000 (+0900) Subject: Add key for relocate-below X-Git-Tag: submit/tizen/20170725.231500~6^2~75^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e6d4a9009eb08f49b54c67182fff0af368273b0f;p=platform%2Fcore%2Fapi%2Fpreference.git 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 --- 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 @@ -55,6 +55,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 *