[2.4][email]Add prerequisites - privileges
authorintae, jeon <intae.jeon@samsung.com>
Mon, 14 Mar 2016 04:44:42 +0000 (13:44 +0900)
committerintae, jeon <intae.jeon@samsung.com>
Mon, 14 Mar 2016 04:44:42 +0000 (13:44 +0900)
Change-Id: I138e8761830bb9d80703f1d53715fe43582aeb2b
Signed-off-by: intae, jeon <intae.jeon@samsung.com>
org.tizen.tutorials/html/native/messaging/email_tutorial_n.htm

index 6454b43..c3ce3b7 100644 (file)
                        <p>Create and send a message after adding attachments and recipients.</p></li>
         </ul>
 
+<h2>Prerequisites</h2>
+<p>To use the notification, the application has to request permission by adding the corresponding privileges to the tizen-manifest.xml file.</p>
+<pre class="prettyprint">
+&lt;privileges&gt;
+&nbsp;&nbsp;&nbsp;&lt;privilege&gt;http://tizen.org/privilege/email&lt;/privilege&gt;
+&lt;/privileges&gt;
+</pre>
 
  <h2 id="init" name="init">Initializing the Email Service</h2>
 
@@ -200,4 +207,4 @@ var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga
 </script>
 
  </body>
-</html>
\ No newline at end of file
+</html>