From: kilig Date: Sun, 3 Jun 2018 23:12:21 +0000 (+0900) Subject: [Tizen.Applications.Alarm] Update doxygen (#271) X-Git-Tag: accepted/tizen/4.0/unified/20180605.090414~1^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ad017f45268654d6c17735f87a738a68e241ab88;p=platform%2Fcore%2Fcsapi%2Ftizenfx.git [Tizen.Applications.Alarm] Update doxygen (#271) Signed-off-by: Inkyun Kil --- 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.