From: Hwankyu Jhun Date: Tue, 4 Aug 2020 04:02:39 +0000 (+0900) Subject: Add a new definition for group launch mode X-Git-Tag: submit/tizen/20200807.041109~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5f0f76b7ee7a27a39169fde04cc11b4e5838decf;p=platform%2Fcore%2Fapi%2Fapp-control.git 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 --- 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. *