From 5f0f76b7ee7a27a39169fde04cc11b4e5838decf Mon Sep 17 00:00:00 2001 From: Hwankyu Jhun Date: Tue, 4 Aug 2020 13:02:39 +0900 Subject: [PATCH] Add a new definition for group launch mode If the key/value exist, the callee app group will be inserted into the app group before the given position. Adds: - APP_CONTROL_DATA_INSERT_BEFORE_WINDOW Change-Id: I1d141323f3ffa7f939627e1387edb3f10f9d2a96 Signed-off-by: Hwankyu Jhun --- 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 b09ecad..60c6b7a 100644 --- a/include/app_control_internal.h +++ b/include/app_control_internal.h @@ -75,6 +75,13 @@ extern "C" { */ #define APP_CONTROL_DATA_RPC_PORT "__K_RPC_PORT" +/** + * @brief Definition for the app_control data: The value for supporting positioning of the callee app group. + * @details If the value exists, the callee app information will be inserted into the app group before the given position. + * @since_tizen 6.0 + */ +#define APP_CONTROL_DATA_INSERT_BEFORE_WINDOW "__K_INSERT_BEFORE_WINDOW" + /** * @brief Replaces all data in the app_control with the bundle. * -- 2.34.1