From e5f2a1492b4ebc66dda83315bea1319dbe10d1fc Mon Sep 17 00:00:00 2001 From: Semun Lee Date: Fri, 5 Aug 2016 11:08:12 +0900 Subject: [PATCH] Change since_tizen of APP_CONTROL_DATA_TYPE Wearable profile starts to support it from 2.3.2 Change-Id: I4906746a38c7cd30b66ec65ed957a9f51fd593d5 Signed-off-by: Semun Lee --- include/app_control.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/app_control.h b/include/app_control.h index 04399cb..b066acf 100644 --- a/include/app_control.h +++ b/include/app_control.h @@ -454,7 +454,7 @@ typedef enum { /** * @brief Definition for app_control data: Type - * @since_tizen @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif + * @since_tizen @if MOBILE 2.4 @elseif WEARABLE 2.3.2 @endif */ #define APP_CONTROL_DATA_TYPE "http://tizen.org/appcontrol/data/type" -- 2.34.1