From: Jihoon Jung Date: Fri, 2 Dec 2016 08:58:16 +0000 (+0900) Subject: Modify NFC app control operation X-Git-Tag: accepted/tizen/3.0/common/20161207.194355^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a59df954e06129e830cad072b6af8d856d105413;p=platform%2Fcore%2Fapi%2Fapplication.git Modify NFC app control operation Change-Id: I32d6e4d8d84d9c431a12c8a24f0bb5e36bd9109f Signed-off-by: Hwankyu Jhun --- 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"