From 7dd5d41609b36779f48a54a37c0beee77647212d Mon Sep 17 00:00:00 2001 From: jkjo92 Date: Wed, 20 Apr 2016 19:14:37 +0900 Subject: [PATCH] [SAMPLE APP][FIDO-CLIENT] Tutorial and guide for tizen_3.0 Change-Id: Ie7e705195bc4741b39c99f371304d5fef806090d Signed-off-by: jkjo92 --- org.tizen.tutorials/html/native/account/account_tutorial_n.htm | 7 +++---- org.tizen.tutorials/html/native/account/account_tutorials_n.htm | 7 +++---- org.tizen.tutorials/html/native/account/fido_client_tutorial_n.htm | 2 +- org.tizen.tutorials/html/native/account/oauth2_tutorial_n.htm | 3 +-- .../html/native/account/sync_manager_tutorial_n.htm | 4 ++-- 5 files changed, 10 insertions(+), 13 deletions(-) diff --git a/org.tizen.tutorials/html/native/account/account_tutorial_n.htm b/org.tizen.tutorials/html/native/account/account_tutorial_n.htm index 0b312ab..5ce192d 100644 --- a/org.tizen.tutorials/html/native/account/account_tutorial_n.htm +++ b/org.tizen.tutorials/html/native/account/account_tutorial_n.htm @@ -16,7 +16,7 @@
-

Mobile native

+

Mobile native Wearable native

Content

@@ -52,8 +52,7 @@

This tutorial demonstrates how you can create, delete, and update accounts in the account database, and manage account information, such as user name, display name, domain name, and email address.

- -

This feature is supported in mobile applications only.

+

Warm-up

Become familiar with the Account Manager API basics by learning about:

@@ -928,4 +927,4 @@ var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga - \ No newline at end of file + diff --git a/org.tizen.tutorials/html/native/account/account_tutorials_n.htm b/org.tizen.tutorials/html/native/account/account_tutorials_n.htm index a4efcf8..ac1f740 100644 --- a/org.tizen.tutorials/html/native/account/account_tutorials_n.htm +++ b/org.tizen.tutorials/html/native/account/account_tutorials_n.htm @@ -16,7 +16,7 @@
-

Mobile native

+

Mobile native Wearable native

Related Info

@@ -32,8 +32,7 @@

Account: Managing Account Data

The account tutorials demonstrate how to use the following features in creating Tizen native applications.

- -

The following tutorials apply in mobile applications only:

+
  • Account Manager: Managing Account Information on the Device

    Demonstrates how you can connect to and disconnect from the Account Service, create, delete, and update accounts in the account database, and manage account information.

  • @@ -68,4 +67,4 @@ var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga - \ No newline at end of file + diff --git a/org.tizen.tutorials/html/native/account/fido_client_tutorial_n.htm b/org.tizen.tutorials/html/native/account/fido_client_tutorial_n.htm index f1ce450..d2fdf51 100644 --- a/org.tizen.tutorials/html/native/account/fido_client_tutorial_n.htm +++ b/org.tizen.tutorials/html/native/account/fido_client_tutorial_n.htm @@ -16,7 +16,7 @@
    -

    Mobile native

    +

    Mobile native Wearable native

    Content

    diff --git a/org.tizen.tutorials/html/native/account/oauth2_tutorial_n.htm b/org.tizen.tutorials/html/native/account/oauth2_tutorial_n.htm index 8556d69..5ed0d39 100644 --- a/org.tizen.tutorials/html/native/account/oauth2_tutorial_n.htm +++ b/org.tizen.tutorials/html/native/account/oauth2_tutorial_n.htm @@ -16,7 +16,7 @@
    -

    Mobile native

    +

    Mobile native Wearable native

    Content

    @@ -39,7 +39,6 @@

    This tutorial demonstrates how you can create a request for OAuth 2.0 authentication and authorization grant from a server, obtain an access token using the manager handle, and retrieve this info from the response handle returned in the callback.

    -

    This feature is supported in mobile applications only.

    Warm-up

    diff --git a/org.tizen.tutorials/html/native/account/sync_manager_tutorial_n.htm b/org.tizen.tutorials/html/native/account/sync_manager_tutorial_n.htm index a461277..06ca63e 100644 --- a/org.tizen.tutorials/html/native/account/sync_manager_tutorial_n.htm +++ b/org.tizen.tutorials/html/native/account/sync_manager_tutorial_n.htm @@ -18,7 +18,7 @@
    -

    Mobile native

    +

    Mobile native Wearable native

    Content

    @@ -46,7 +46,7 @@

    This tutorial demonstrates how you can manage the data synchronizing schedule and control sync operations manually or periodically.

    -

    This feature is supported in mobile applications only. To use the Sync Manager API features, the service application must first set the callback functions. A UI application cannot initialize and set callbacks through the Sync Adapter API. Instead, the UI application must call the Sync Manager API to request sync operations.

    +

    To use the Sync Manager API features, the service application must first set the callback functions. A UI application cannot initialize and set callbacks through the Sync Adapter API. Instead, the UI application must call the Sync Manager API to request sync operations.

    Warm-up

    Become familiar with the Sync Manager API basics by learning about:

    -- 2.7.4