[Tizen-Doc] Update doc with privilege info.
authorSudha Bheemanna <b.sudha@samsung.com>
Wed, 16 Mar 2016 06:30:30 +0000 (12:00 +0530)
committerSudha Bheemanna <b.sudha@samsung.com>
Wed, 16 Mar 2016 06:30:30 +0000 (12:00 +0530)
Updated the privilege info in the prerequisite section.

Change-Id: I915da381654472268def744eb1f51195a0d73d69
Signed-off-by: Sudha Bheemanna <b.sudha@samsung.com>
org.tizen.tutorials/html/native/network/bluetooth_tutorial_n.htm

index 10d4747..bfbc542 100755 (executable)
@@ -23,6 +23,7 @@
     <div id="toc_border"><div id="toc">
                <p class="toc-title">Content</p>
                <ul class="toc">
+                       <li><a href="#prereq">Prerequisites</a></li>
                        <li><a href="#init">Initializing Bluetooth</a></li>
                        <li><a href="#enable">Enabling and Disabling Bluetooth</a></li>
                        <li><a href="#state">Checking the Bluetooth Adapter State</a></li>
@@ -77,6 +78,7 @@
  <h2>Warm-up</h2>
  <p>Become familiar with the Bluetooth API basics by learning about:</p>
                        <ul>
+                               <li><a href="#prereq">Prerequisites</a>
                                <li><a href="#init">Initializing Bluetooth</a>
                                <p>Initialize Bluetooth for use.</p></li>
                                <li><a href="#enable">Enabling and Disabling Bluetooth</a>
                                <p>Release all resources related to using Bluetooth connections.</p></li>
                        </ul>           
 
+                       <h2 id="prereq" name="prereq">Prerequisites</h2>
+
+<p>The applications intending to use the Tiizen SDK APIs will have to follow the basic prerequisites of setting privilege in the Tizen manifest file in order to access the APIs.<p>
+
+<p>To use the Tizen Bluetooth SDK APIs, the application has to request permission by adding the below privilege settings in the tizen-manifest.xml file.<p>
+<pre class="prettyprint">
+&lt;privileges&gt;
+&lt;privilege&gt;http://tizen.org/privilege/bluetooth&lt;/privilege&gt;
+&lt;/privileges&gt;
+
+</pre></li></ol>
+
  <h2 id="init" name="init">Initializing Bluetooth</h2>
                        
 <p>To initialize Bluetooth:</p>