Use remarks tag for alarm.set privilege info 76/78076/1 accepted/tizen/common/20160704.150138 accepted/tizen/common/20160705.170842 accepted/tizen/ivi/20160704.091411 accepted/tizen/ivi/20160706.014139 accepted/tizen/mobile/20160704.091454 accepted/tizen/mobile/20160706.014024 accepted/tizen/tv/20160704.091330 accepted/tizen/tv/20160706.014050 accepted/tizen/wearable/20160704.091419 accepted/tizen/wearable/20160706.014116 submit/tizen/20160704.084618 submit/tizen/20160705.094122
authorsuhyung Eom <suhyung.eom@samsung.com>
Mon, 4 Jul 2016 08:06:38 +0000 (17:06 +0900)
committersuhyung Eom <suhyung.eom@samsung.com>
Mon, 4 Jul 2016 08:07:34 +0000 (17:07 +0900)
Signed-off-by: suhyung Eom <suhyung.eom@samsung.com>
Change-Id: I0ecba5c7a4e6297e81f31d9e640ddab3ebdfef33

adaptors/wearable/watch/watch-application.h

index 9ea964d..b3ca9d0 100644 (file)
@@ -172,6 +172,8 @@ public:
    * @endcode
    * time(watch time handle) will not be available after returning this callback. It will be freed by the framework.
    * @SINCE_1_1.37
+   * @remarks http://tizen.org/privilege/alarm.set privilege is needed to receive ambient ticks at each minute.
+   * The AmbientTickSignal() will be ignored if your app doesn't have the privilege
    */
   WatchTimeSignal& AmbientTickSignal();
 
@@ -183,8 +185,6 @@ public:
    * @endcode
    * ambient_mode If true the device enters the ambient mode, otherwise false
    * @SINCE_1_1.37
-   * @PRIVLEVEL_PUBLIC
-   * @PRIVILEGE_ALARM_SET
    */
   WatchBoolSignal& AmbientChangedSignal();