From: Hyunho Kang Date: Mon, 30 May 2016 09:24:24 +0000 (+0900) Subject: [message-port] Fix wrong description about trusted message port comm X-Git-Tag: tizen_3.0/TD_SYNC/20161201~104^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5b2e934c46a7c9f72e56639a64b7402134a23ea4;p=sdk%2Fonline-doc.git [message-port] Fix wrong description about trusted message port comm Change-Id: Idef106bcadb73ce72d9579e34e9f324d2fbd80e1 Signed-off-by: Hyunho Kang --- diff --git a/org.tizen.tutorials/html/native/app_framework/message_port_tutorial_n.htm b/org.tizen.tutorials/html/native/app_framework/message_port_tutorial_n.htm index 8e35f84..c26453f 100644 --- a/org.tizen.tutorials/html/native/app_framework/message_port_tutorial_n.htm +++ b/org.tizen.tutorials/html/native/app_framework/message_port_tutorial_n.htm @@ -66,7 +66,10 @@

To enable your application to use the message port functionality:

  1. You need 2 applications to communicate with each other through the message port.

  2. -
  3. 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.

  4. +
  5. To use trusted message port communication, create an author certificate and register it.

    +

    You can create and register certificate in Help -> Preferences -> Tizen Sdk -> Security profiles menu.

    +

    Both applications must have a same certificate for trusted message port communication.

    +
  6. To use the functions and data types of the Message Port API (in mobile and wearable applications), include the <message_port.h> header file in your application: