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

index 6454b43..2af2548 100644 (file)
         </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>
 
 <p>To initialize the email service for use:</p>
@@ -200,4 +207,4 @@ var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga
 </script>
 
  </body>
-</html>
\ No newline at end of file
+</html>