From 1602eff221aa3a4167d129d8e1efe8ddaeccaf68 Mon Sep 17 00:00:00 2001 From: taeyoon Date: Wed, 10 Aug 2016 13:24:32 +0900 Subject: [PATCH] [3.0] Use remarks tag for alarm.set privilege info This reverts commit 487d11c71da6abf72736cbfbd96ddf025c28f982. Change-Id: I5b89ffc57b531670138b0e217204fe798e88fd80 --- adaptors/wearable/watch/watch-application.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/adaptors/wearable/watch/watch-application.h b/adaptors/wearable/watch/watch-application.h index e92b847..b3ca9d0 100644 --- a/adaptors/wearable/watch/watch-application.h +++ b/adaptors/wearable/watch/watch-application.h @@ -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(); -- 2.7.4