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 <h.jhun@samsung.com>
*/
#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.
*