reverted some content related ACR of sync-manager document.
authorIckhee Woo <ickhee.woo@samsung.com>
Tue, 11 Aug 2015 07:44:27 +0000 (16:44 +0900)
committerIckhee Woo <ickhee.woo@samsung.com>
Tue, 11 Aug 2015 07:44:27 +0000 (16:44 +0900)
Change-Id: Iea72754e9650f25ebc8c6f8105742eb8664348f1
Signed-off-by: Ickhee Woo <ickhee.woo@samsung.com>
org.tizen.guides/html/native/account/sync_manager_n.htm
org.tizen.tutorials/html/native/account/sync_manager_tutorial_n.htm

index 45dce82..cf7906f 100644 (file)
@@ -46,7 +46,7 @@
    </tbody>
  </table>
 
-<p>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 (<span style="font-family: Courier New,Courier,monospace">http://tizen.org/account/capability/calendar</span> for the calendar changes and <span style="font-family: Courier New,Courier,monospace">http://tizen.org/account/capability/contact</span> for the contact changes). If you use the <a href="../../../../org.tizen.native.mobile.apireference/group__CORE__LIB__BUNDLE__MODULE.html">Bundle</a> API, you can deliver the change data to the callback function in the form of <span style="font-family: Courier New,Courier,monospace">user_data</span> by using a key-value pair. <br>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(), <span style="font-family: Courier New,Courier,monospace">http://tizen.org/privilege/alarm.set</span> should be registered first in each setting file of UI application.</p>
+<p>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 (<span style="font-family: Courier New,Courier,monospace">http://tizen.org/account/capability/calendar</span> for the calendar changes and <span style="font-family: Courier New,Courier,monospace">http://tizen.org/account/capability/contact</span> for the contact changes). If you use the <a href="../../../../org.tizen.native.mobile.apireference/group__CORE__LIB__BUNDLE__MODULE.html">Bundle</a> API, you can deliver the change data to the callback function in the form of <span style="font-family: Courier New,Courier,monospace">user_data</span> by using a key-value pair.</p>
 
 <p>The main Sync Manager API features are:</p>
 <ul>
@@ -81,7 +81,7 @@
     </tr>
     <tr>
      <td>Sync schedule intervals</td>
-     <td>Sync schedule intervals mean that you can schedule a sync job to be performed regularly. You can use this feature with the <span style="font-family: Courier New,Courier,monospace">sync_manager_add_periodic_sync_job()</span> function. You can define the sync intervals with various enumerators provided through the Sync Manager API. Setable values of period are provided only multiple of 30minutes as enums.</td>
+     <td>Sync schedule intervals mean that you can schedule a sync job to be performed regularly. You can use this feature with the <span style="font-family: Courier New,Courier,monospace">sync_manager_add_periodic_sync_job()</span> function. You can define the sync intervals with various enumerators provided through the Sync Manager API.</td>
     </tr>
    </tbody>
   </table>
index e3e314a..10e7c34 100644 (file)
@@ -50,7 +50,7 @@
      <th class="note">Note</th>
     </tr>
     <tr>
-     <td class="note">These features are supported in mobile applications only. To use the features of the Sync Manager API, <a href="#set_callback">Setting the Callback Functions</a> should be carried out first by a service application. <br>An UI application can not initialize and set callbacks through using the Sync Adapter API. On the contrary, the Sync Manager API can be called to request sync operations by UI application.</td>
+     <td class="note">These features are supported in mobile applications only. To use the features of the Sync Manager API, <a href="#set_callback">Setting the Callback Functions</a> should be carried out first by a service application. <br>An UI application should not initialize and set callbacks through using the Sync Adapter API. On the contrary, the Sync Manager API should be called to request sync operations by UI application.</td>
     </tr>
    </tbody>
  </table>