From a59df954e06129e830cad072b6af8d856d105413 Mon Sep 17 00:00:00 2001 From: Jihoon Jung Date: Fri, 2 Dec 2016 17:58:16 +0900 Subject: [PATCH] Modify NFC app control operation Change-Id: I32d6e4d8d84d9c431a12c8a24f0bb5e36bd9109f Signed-off-by: Hwankyu Jhun --- include/app_control.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/app_control.h b/include/app_control.h index 98f69e0..31be55d 100644 --- a/include/app_control.h +++ b/include/app_control.h @@ -300,9 +300,10 @@ typedef enum { /** * @brief Definition for the app_control operation: Shows NFC settings. - * @details Input: Nothing\n + * @details Input: APP_CONTROL_DATA_TYPE in Extra (Since 3.0).\n * Output: Nothing\n * @since_tizen @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif + * @remarks Prior to Tizen 3.0, no input value was needed. */ #define APP_CONTROL_OPERATION_SETTING_NFC "http://tizen.org/appcontrol/operation/setting/nfc" -- 2.7.4