From ad017f45268654d6c17735f87a738a68e241ab88 Mon Sep 17 00:00:00 2001 From: kilig Date: Mon, 4 Jun 2018 08:12:21 +0900 Subject: [PATCH] [Tizen.Applications.Alarm] Update doxygen (#271) Signed-off-by: Inkyun Kil --- src/Tizen.Applications.Alarm/Tizen.Applications/AlarmManager.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Tizen.Applications.Alarm/Tizen.Applications/AlarmManager.cs b/src/Tizen.Applications.Alarm/Tizen.Applications/AlarmManager.cs index ecd6534..501ada9 100755 --- a/src/Tizen.Applications.Alarm/Tizen.Applications/AlarmManager.cs +++ b/src/Tizen.Applications.Alarm/Tizen.Applications/AlarmManager.cs @@ -127,6 +127,7 @@ namespace Tizen.Applications /// The actual interval is calculated by the OS. The minimum value is 600sec. /// The destination AppControl is used to perform a specific task when the alarm is triggered. /// An alarm instance is created with the set param values. + /// If app_control is specified with service-application, the application is only allowed to run on which has Background Category. /// Thrown in case of an invalid parameter. /// Thrown in case of a permission denied. /// Thrown in case of any internal error. @@ -154,6 +155,7 @@ namespace Tizen.Applications /// The amount of time before the execution (in seconds). /// The destination AppControl to perform a specific task when the alarm is triggered. /// An alarm instance is created with the set param values. + /// This operation is permitted with the UI application appcontrol only. /// Thrown in case of an invalid parameter. /// Thrown in case of a permission denied. /// Thrown in case of any internal error. -- 2.7.4