From 263722f276351c3fb8effac0b6c86fe185cf455f Mon Sep 17 00:00:00 2001 From: Inhong Han Date: Wed, 2 Apr 2025 15:52:54 +0900 Subject: [PATCH] [ACR-1895] Deprecate app_control data type for smart reply - Deprecate since Tizen 10.0 - APP_CONTROL_DATA_INPUT_PREDICTION_HINT Change-Id: Id8e55ba6148df60edf861c3fc062e3933e653b0f --- include/app_control.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/app_control.h b/include/app_control.h index a1c884c..39113c7 100644 --- a/include/app_control.h +++ b/include/app_control.h @@ -575,6 +575,7 @@ typedef enum { /** + * @deprecated Deprecated since 10.0. * @brief Definition for the app_control data: Sends text to receive the result from smart reply. * @since_tizen 3.0 */ -- 2.34.1