From 6406a8e83672d053252d4162f354f39450fa89e6 Mon Sep 17 00:00:00 2001 From: suhyung Eom Date: Mon, 4 Jul 2016 13:48:15 +0900 Subject: [PATCH] Add privilege info on watch public-API Signed-off-by: suhyung Eom Change-Id: If19aa5aab56894fe1f556c771dc437ec4950f778 --- 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 e92b84720..9ea964da6 100644 --- a/adaptors/wearable/watch/watch-application.h +++ b/adaptors/wearable/watch/watch-application.h @@ -183,6 +183,8 @@ 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(); -- 2.34.1