Add a new definition for group launch mode 47/240147/3
authorHwankyu Jhun <h.jhun@samsung.com>
Tue, 4 Aug 2020 04:02:39 +0000 (13:02 +0900)
committerHwankyu Jhun <h.jhun@samsung.com>
Tue, 4 Aug 2020 04:24:33 +0000 (13:24 +0900)
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>
include/app_control_internal.h

index b09ecade91a6c9e4266aa99f7edf1929713f2128..60c6b7a8b7459dbca470a89cb79a07a86f67122c 100644 (file)
@@ -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.
  *