From: intae, jeon Date: Mon, 14 Mar 2016 04:36:00 +0000 (+0900) Subject: [3.0][email]Add prerequisites - privileges X-Git-Tag: tizen_3.0/TD_SYNC/20161201~147^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9e0922533a67b75699591a0b08b1bf121c89cc0e;p=sdk%2Fonline-doc.git [3.0][email]Add prerequisites - privileges Change-Id: Ic102483a94f2612bdd2e2963304bf29fae6f6c4e Signed-off-by: intae, jeon --- 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 +