From ea1b7b6d194b461333dafbc8786ad6f9c36f5bc3 Mon Sep 17 00:00:00 2001 From: Ickhee Woo Date: Tue, 11 Aug 2015 16:44:27 +0900 Subject: [PATCH] reverted some content related ACR of sync-manager document. Change-Id: Iea72754e9650f25ebc8c6f8105742eb8664348f1 Signed-off-by: Ickhee Woo --- org.tizen.guides/html/native/account/sync_manager_n.htm | 4 ++-- org.tizen.tutorials/html/native/account/sync_manager_tutorial_n.htm | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/org.tizen.guides/html/native/account/sync_manager_n.htm b/org.tizen.guides/html/native/account/sync_manager_n.htm index 45dce82..cf7906f 100644 --- a/org.tizen.guides/html/native/account/sync_manager_n.htm +++ b/org.tizen.guides/html/native/account/sync_manager_n.htm @@ -46,7 +46,7 @@ -

On the device, you can receive notifications when the data changes in the calendar or contacts. To receive the notifications, you must define the applicable capabilities (http://tizen.org/account/capability/calendar for the calendar changes and http://tizen.org/account/capability/contact for the contact changes). If you use the Bundle API, you can deliver the change data to the callback function in the form of user_data by using a key-value pair.
The periodic sync API can set alarm for calculation of periodic sync job. So, in the case of using sync_manager_add_periodic_sync_job(), http://tizen.org/privilege/alarm.set should be registered first in each setting file of UI application.

+

On the device, you can receive notifications when the data changes in the calendar or contacts. To receive the notifications, you must define the applicable capabilities (http://tizen.org/account/capability/calendar for the calendar changes and http://tizen.org/account/capability/contact for the contact changes). If you use the Bundle API, you can deliver the change data to the callback function in the form of user_data by using a key-value pair.

The main Sync Manager API features are: