summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJihoon Jung <jh8801.jung@samsung.com>2016-12-02 17:58:16 +0900
committerHwanKyu Jhun <h.jhun@samsung.com>2016-12-05 00:16:06 -0800
commita59df954e06129e830cad072b6af8d856d105413 (patch)
treeaa7012f59c7bb5cfd26566e81e3556424fee1bb2
parent623e988de75096c5be2b6dee260c85acf0dff26e (diff)
downloadapplication-a59df954e06129e830cad072b6af8d856d105413.tar.gz
application-a59df954e06129e830cad072b6af8d856d105413.tar.bz2
application-a59df954e06129e830cad072b6af8d856d105413.zip
Change-Id: I32d6e4d8d84d9c431a12c8a24f0bb5e36bd9109f Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
-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"