From a8cb5591e7a68326ced377a67274de2ae8fa00f1 Mon Sep 17 00:00:00 2001 From: "jiseob.jang" Date: Fri, 11 Dec 2015 14:41:08 +0900 Subject: [PATCH] [account guide/tutorial]remove wearable link and icon. Change-Id: I6724f9d21820a0a5d4c63ba388f098b3221c0eec Signed-off-by: jiseob.jang --- org.tizen.guides/html/native/account/account_guide_n.htm | 7 +++++-- org.tizen.guides/html/native/account/account_manager_n.htm | 8 +++++--- .../html/native/account/account_tutorial_n.htm | 12 +++++++----- .../html/native/account/account_tutorials_n.htm | 8 +++++--- 4 files changed, 22 insertions(+), 13 deletions(-) diff --git a/org.tizen.guides/html/native/account/account_guide_n.htm b/org.tizen.guides/html/native/account/account_guide_n.htm index fce5857..c05373e 100644 --- a/org.tizen.guides/html/native/account/account_guide_n.htm +++ b/org.tizen.guides/html/native/account/account_guide_n.htm @@ -18,7 +18,10 @@ diff --git a/org.tizen.guides/html/native/account/account_manager_n.htm b/org.tizen.guides/html/native/account/account_manager_n.htm index 6c611de..e70b416 100644 --- a/org.tizen.guides/html/native/account/account_manager_n.htm +++ b/org.tizen.guides/html/native/account/account_manager_n.htm @@ -16,7 +16,9 @@ @@ -353,4 +355,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_tutorial_n.htm b/org.tizen.tutorials/html/native/account/account_tutorial_n.htm index 2cc5d2b..ab7e82a 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,9 @@ @@ -97,7 +99,7 @@

To initialize the account manager:

    -
  1. To use the functions and data types of the Account Manager API (in mobile and wearable applications), include the <account.h> header file in your application:

    +
  2. To use the functions and data types of the Account Manager API (in mobile applications), include the <account.h> header file in your application:

     #include <account.h>
     
    @@ -614,7 +616,7 @@ account_destroy(account);

    To manage account secrecy:

      -
    1. Select the secrecy level using the account_secrecy_state_e enumeration (in mobile and wearable applications): +
    2. Select the secrecy level using the account_secrecy_state_e enumeration (in mobile applications):
       static 
      @@ -927,4 +929,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 807fa1d..d0c5b14 100644
      --- a/org.tizen.tutorials/html/native/account/account_tutorials_n.htm
      +++ b/org.tizen.tutorials/html/native/account/account_tutorials_n.htm
      @@ -16,14 +16,16 @@
       
       
      @@ -68,4 +70,4 @@ var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga
       
       
       
      -
      \ No newline at end of file
      +
      -- 
      2.7.4