[message-port] Fix wrong description about trusted message port comm
authorHyunho Kang <hhstark.kang@samsung.com>
Mon, 30 May 2016 09:24:24 +0000 (18:24 +0900)
committerHyunho Kang <hhstark.kang@samsung.com>
Mon, 30 May 2016 09:56:02 +0000 (18:56 +0900)
Change-Id: Idef106bcadb73ce72d9579e34e9f324d2fbd80e1
Signed-off-by: Hyunho Kang <hhstark.kang@samsung.com>
org.tizen.tutorials/html/native/app_framework/message_port_tutorial_n.htm

index 8e35f84..c26453f 100644 (file)
 <p>To enable your application to use the message port functionality:</p>
 <ol>
 <li><p>You need 2 applications to communicate with each other through the message port.</p></li>
-<li><p>To use trusted message port communication, create an author certificate, register the certificate in the IDE, and grant permissions by the application certificate in the manifest editor.</p></li>
+<li><p>To use trusted message port communication, create an author certificate and register it.</p>
+  <p>You can create and register certificate in Help -> Preferences -> Tizen Sdk -> Security profiles menu. </p>
+  <p>Both applications must have a same certificate for trusted message port communication.</p>
+</li>
 <li>
 <p>To use the functions and data types of the Message Port API (in <a href="../../../../org.tizen.native.mobile.apireference/group__CAPI__MESSAGE__PORT__MODULE.html">mobile</a> and <a href="../../../../org.tizen.native.wearable.apireference/group__CAPI__MESSAGE__PORT__MODULE.html">wearable</a> applications), include the <span style="font-family: Courier New,Courier,monospace">&lt;message_port.h&gt;</span> header file in your application:</p>
 <pre class="prettyprint">