Add a new internal key 56/294356/4
authorChanggyu Choi <changyu.choi@samsung.com>
Fri, 16 Jun 2023 08:30:02 +0000 (17:30 +0900)
committerChanggyu Choi <changyu.choi@samsung.com>
Mon, 19 Jun 2023 06:48:19 +0000 (15:48 +0900)
Adds:
 - APP_CONTROL_RESET_RESTART_CRASH_COUNT

Change-Id: I0c1ce12d0e87334b688f72fe2ea0ba1e53bf7781
Signed-off-by: Changgyu Choi <changyu.choi@samsung.com>
include/app_control_internal.h

index c437bcecffdd43eba739e4955f2102cea4a6bd8d..83f82bdf3576cf7fe5b7a21629fec52a9c611710 100644 (file)
@@ -96,6 +96,13 @@ extern "C" {
  */
 #define APP_CONTROL_DATA_ATTACH_BELOW "__K_ATTACH_BELOW"
 
+/**
+ * @brief Definition for the app_control data: The value for resetting the restart crash count.
+ * @details If the value is "true", the restart crash count of the callee app is reset.
+ * @since_tizen 8.0
+ */
+#define APP_CONTROL_RESET_RESTART_CRASH_COUNT "__K_RESET_RESTART_CRASH_COUNT"
+
 /**
  * @brief Replaces all data in the app_control with the bundle.
  *