From 3ea724974816579703d85ee866d212e59373f154 Mon Sep 17 00:00:00 2001 From: david_kim31 Date: Wed, 10 Jul 2013 23:21:07 +0900 Subject: [PATCH] Modify RegisterAppLaunch condition guide Change-Id: I7ec1087189e43f305fe660b8b179827f5812c4ca Signed-off-by: david_kim31 --- inc/FAppAppManager.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 inc/FAppAppManager.h diff --git a/inc/FAppAppManager.h b/inc/FAppAppManager.h old mode 100755 new mode 100644 index 35bbae4..4200725 --- a/inc/FAppAppManager.h +++ b/inc/FAppAppManager.h @@ -383,7 +383,7 @@ public: 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 + 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. -- 2.7.4