From de3b2c2b8b06f592271488614088c1995690c6c2 Mon Sep 17 00:00:00 2001 From: "jiseob.jang" Date: Fri, 19 Jun 2015 13:53:42 +0900 Subject: [PATCH] [Tutorial][Account]modified "icon path" to "icon name". Change-Id: I84adba99f77d4f4497b854c7cea445a38a7de7e9 Signed-off-by: jiseob.jang --- org.tizen.tutorials/html/native/social/account_tutorial_n.htm | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/org.tizen.tutorials/html/native/social/account_tutorial_n.htm b/org.tizen.tutorials/html/native/social/account_tutorial_n.htm index f87872e..e531a92 100644 --- a/org.tizen.tutorials/html/native/social/account_tutorial_n.htm +++ b/org.tizen.tutorials/html/native/social/account_tutorial_n.htm @@ -332,8 +332,8 @@ ret = account_destroy(account);
  • Add the required information in the manifest file:
    <account>
        <account-provider appid="app-id name" providerid="url style string" multiple-accounts-support="true or false">
    -      <icon section="account">application normal icon path</icon>
    -      <icon section="account-small">application normal icon path</icon>
    +      <icon section="account">application icon name</icon>
    +      <icon section="account-small">application small icon name</icon>
           <label>Application name</label>
           <label xml:lang="en-gb">Application name</label>
           <label xml:lang="ko-kr">ߖȃخʼnL݇ Lا</label>
    @@ -349,10 +349,10 @@ ret = account_destroy(account);
     

    Provider identification string (for example, providerid="http://www.tizen.org").

  • multiple-accounts-support="true or false"

    Multiple account support (if your application can manage 2 or more accounts, set to true; otherwise set to false)

  • -
  • <icon section="account">application normal icon path</icon> +
  • <icon section="account">application icon name</icon>

    Icon displayed on the Add account screen.

    The icon size must be 72x72 px and the icon file must be in the {app-root}\shared\res\ directory.

  • -
  • <icon section="account-small">application small icon path</icon> +
  • <icon section="account-small">application small icon name</icon>

    Small icon displayed on the Other application screen to represent the account provider.

    The small icon file must be in the {app-root}\shared\res\ directory.

  • <label xml:lang="en-gb">Application name</label> @@ -952,4 +952,4 @@ var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga - \ No newline at end of file + -- 2.7.4