From: Ickhee Woo Date: Tue, 13 Oct 2015 08:17:42 +0000 (+0900) Subject: added description about sample appid and pkgname. X-Git-Tag: tizen_3.0/TD_SYNC/20161201~386 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=38d25b3ff0179a1138fc9560c56e3ccb75b7e621;p=sdk%2Fonline-doc.git added description about sample appid and pkgname. Change-Id: If5af5932e03aedfc62216284a6a0e914514f63ef Signed-off-by: Ickhee Woo --- diff --git a/org.tizen.sampledescriptions/html/mobile_n/syncadapterapp_sd_mn.htm b/org.tizen.sampledescriptions/html/mobile_n/syncadapterapp_sd_mn.htm index bb8c199..c3b761c 100644 --- a/org.tizen.sampledescriptions/html/mobile_n/syncadapterapp_sd_mn.htm +++ b/org.tizen.sampledescriptions/html/mobile_n/syncadapterapp_sd_mn.htm @@ -43,6 +43,8 @@

Prerequisites

    +
  1. Sync Adapter App's app id must be "org.tizen.syncadapterapp.ui". Because Sync Adapter Service App use this ID as fixed value, when the app communicates with Sync Adapter App. Also, Sync Adapter App's package name must be "org.tizen.syncadapterapp" as same with Sync Adapter Service App's.
  2. +
  3. To ensure proper application execution, the following privileges must be set:
    • http://tizen.org/privilege/account.read
    • diff --git a/org.tizen.sampledescriptions/html/mobile_n/syncadapterserviceapp_sd_mn.htm b/org.tizen.sampledescriptions/html/mobile_n/syncadapterserviceapp_sd_mn.htm index 28ff79f..08dd396 100644 --- a/org.tizen.sampledescriptions/html/mobile_n/syncadapterserviceapp_sd_mn.htm +++ b/org.tizen.sampledescriptions/html/mobile_n/syncadapterserviceapp_sd_mn.htm @@ -33,6 +33,7 @@

      Prerequisites

        +
      1. Sync Adapter Service App's app id must be "org.tizen.syncadapterapp.service". Because Sync Adapter App use this ID as fixed value, when the app communicates with Sync Adapter Service App. Also, Sync Adapter Service App's package name must be "org.tizen.syncadapterapp" as same with Sync Adapter App's.
      2. To ensure proper application execution, the following privileges must be set:
        • http://tizen.org/privilege/account.read