From 5b2e934c46a7c9f72e56639a64b7402134a23ea4 Mon Sep 17 00:00:00 2001 From: Hyunho Kang Date: Mon, 30 May 2016 18:24:24 +0900 Subject: [PATCH] [message-port] Fix wrong description about trusted message port comm Change-Id: Idef106bcadb73ce72d9579e34e9f324d2fbd80e1 Signed-off-by: Hyunho Kang --- .../html/native/app_framework/message_port_tutorial_n.htm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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:

    -- 
    2.7.4