Adds:
- APP_CONTROL_RESET_RESTART_CRASH_COUNT
Change-Id: I0c1ce12d0e87334b688f72fe2ea0ba1e53bf7781
Signed-off-by: Changgyu Choi <changyu.choi@samsung.com>
*/
#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.
*