From 9e0922533a67b75699591a0b08b1bf121c89cc0e Mon Sep 17 00:00:00 2001 From: "intae, jeon" Date: Mon, 14 Mar 2016 13:36:00 +0900 Subject: [PATCH] [3.0][email]Add prerequisites - privileges Change-Id: Ic102483a94f2612bdd2e2963304bf29fae6f6c4e Signed-off-by: intae, jeon --- org.tizen.tutorials/html/native/messaging/email_tutorial_n.htm | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/org.tizen.tutorials/html/native/messaging/email_tutorial_n.htm b/org.tizen.tutorials/html/native/messaging/email_tutorial_n.htm index 6454b43..2af2548 100644 --- a/org.tizen.tutorials/html/native/messaging/email_tutorial_n.htm +++ b/org.tizen.tutorials/html/native/messaging/email_tutorial_n.htm @@ -52,6 +52,13 @@ +

Prerequisites

+

To use the notification, the application has to request permission by adding the corresponding privileges to the tizen-manifest.xml file.

+
+<privileges>
+   <privilege>http://tizen.org/privilege/email</privilege>
+</privileges>
+

Initializing the Email Service

To initialize the email service for use:

@@ -200,4 +207,4 @@ var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga - \ No newline at end of file + -- 2.7.4