added description about sample appid and pkgname.
authorIckhee Woo <ickhee.woo@samsung.com>
Tue, 13 Oct 2015 08:17:42 +0000 (17:17 +0900)
committerIckhee Woo <ickhee.woo@samsung.com>
Tue, 13 Oct 2015 08:17:42 +0000 (17:17 +0900)
Change-Id: If5af5932e03aedfc62216284a6a0e914514f63ef
Signed-off-by: Ickhee Woo <ickhee.woo@samsung.com>
org.tizen.sampledescriptions/html/mobile_n/syncadapterapp_sd_mn.htm
org.tizen.sampledescriptions/html/mobile_n/syncadapterserviceapp_sd_mn.htm

index bb8c199..c3b761c 100644 (file)
@@ -43,6 +43,8 @@
 
 <h2>Prerequisites</h2>
 <ol>
+<li>Sync Adapter App's app id must be <strong>"org.tizen.syncadapterapp.ui"</strong>. Because <strong>Sync Adapter Service App</strong> use this ID as fixed value, when the app communicates with Sync Adapter App. Also, Sync Adapter App's package name must be <strong>"org.tizen.syncadapterapp"</strong> as same with Sync Adapter Service App's.</li>
+
 <li>To ensure proper application execution, the following privileges must be set:
 <ul>
        <li><span style="font-family: Courier New,Courier,monospace">http://tizen.org/privilege/account.read</span></li>
index 28ff79f..08dd396 100644 (file)
@@ -33,6 +33,7 @@
 
 <h2>Prerequisites</h2>
 <ol>
+<li>Sync Adapter Service App's app id must be <strong>"org.tizen.syncadapterapp.service"</strong>. Because <strong>Sync Adapter App</strong> 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 <strong>"org.tizen.syncadapterapp"</strong> as same with Sync Adapter App's.</li>
 <li>To ensure proper application execution, the following privileges must be set:
 <ul>
        <li><span style="font-family: Courier New,Courier,monospace">http://tizen.org/privilege/account.read</span></li>