correct preference and notification tutorial
authorJiwoong Im <jiwoong.im@samsung.com>
Tue, 29 Dec 2015 02:34:02 +0000 (11:34 +0900)
committerJiwoong Im <jiwoong.im@samsung.com>
Tue, 29 Dec 2015 02:38:14 +0000 (11:38 +0900)
Change-Id: I88810e27b0a6c06d1239613d432ea1cb0b213bb8
Signed-off-by: Jiwoong Im <jiwoong.im@samsung.com>
org.tizen.tutorials/html/native/app_framework/notification_tutorial_n.htm
org.tizen.tutorials/html/native/app_framework/preference_tutorial_n.htm

index b3113eb..2bc0bed 100644 (file)
@@ -302,7 +302,7 @@ if (ret != NOTIFICATION_ERROR_NONE)
 
 <p>To display the progress bar and update the progress data:</p>
 
-<ol><li><p>Use the <span style="font-family: Courier New,Courier,monospace">NOTIFICATION_TYPE_ONGOING</span> parameter to create a notification with a progress bar. To be able to retrieve the notification handle later on to update the progress data, set a notification tag with the <span style="font-family: Courier New,Courier,monospace">notification_set_tag()</span> function.</p>
+<ol><li><p>Use the <span style="font-family: Courier New,Courier,monospace">NOTIFICATION_TYPE_ONGOING</span> parameter to create a notification with a progress bar. To be able to retrieve the notification handle later on to update the progress data, set a notification tag with the <span style="font-family: Courier New,Courier,monospace">notification_set_tag()</span> function.</p>
 <p>To set the initial progress:</p>
 
 <pre class="prettyprint">
index c32ed55..10911ad 100644 (file)
@@ -53,7 +53,6 @@
 <p>You can set and get application preference data. Any stored preference data can also be shared among the applications in the same package.</p>
 <p>To use the functions and data types of the Preference API (in <a href="../../../../org.tizen.native.mobile.apireference/group__CAPI__PREFERENCE__MODULE.html">mobile</a> and <a href="../../../../org.tizen.native.wearable.apireference/group__CAPI__PREFERENCE__MODULE.html">wearable</a> applications), include the <span style="font-family: Courier New,Courier,monospace">&lt;app.h&gt;</span> header file in your application:</p>
 <pre class="prettyprint">
-#include &lt;app.h&gt;
 #include &lt;app_preference.h&gt;
 </pre>