summaryrefslogtreecommitdiff
path: root/include/app_control.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/app_control.h')
-rw-r--r--include/app_control.h3
1 files changed, 2 insertions, 1 deletions
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"