From: david_kim31 Date: Wed, 7 Aug 2013 01:41:24 +0000 (+0900) Subject: Add WeeklyTime to RegisterAppLaunch param guide X-Git-Tag: accepted/tizen/20130912.081851^2~52 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2bc920161ec3fb43c444f14971aecbf1d541248d;p=platform%2Fframework%2Fnative%2Fappfw.git Add WeeklyTime to RegisterAppLaunch param guide Change-Id: Ifd395f996b572e32abdb5254a4eaa491aa9862fa Signed-off-by: david_kim31 --- diff --git a/inc/FAppAppManager.h b/inc/FAppAppManager.h index 4200725..fb86252 100644 --- a/inc/FAppAppManager.h +++ b/inc/FAppAppManager.h @@ -509,6 +509,8 @@ public: The specified condition is the local due time. L"DueTime='mm/dd/yyyy hh:mm:ss' LaunchPeriod='mm'" The specific condition is the time period after due time. + L"WeeklyTime='EEE HH:mm:ss'" + The specified condition is a day of a week with a specific time at which the application is launched on a weekly basis. For multiple descriptions, "," delimiter can be used as shown in the following example:
i"'Mon 09:00:00', 'Tue 09:00:00', 'Wed 09:00:00', 'Thu 09:00:00', 'Fri 09:00:00'"
To specify the day of the week, it must be in one of the following supported string format:
Mon: Monday
Tue: Tuesday
Wed: Wednesday
Thu: Thursday
Fri: Friday
Sat: Saturday
Sun: Sunday L"Serial='command'"The specified condition is a serial communication input command. L"NFC='command'"The specified condition is a Near Field Communication (NFC) tag that has the NFC Data Exchange Format (NDEF) data.