From 974f463253a96ff641cd8196aa6d014294ff0a45 Mon Sep 17 00:00:00 2001 From: Jiwoong Im Date: Tue, 29 Dec 2015 11:34:02 +0900 Subject: [PATCH] correct preference and notification tutorial Change-Id: I88810e27b0a6c06d1239613d432ea1cb0b213bb8 Signed-off-by: Jiwoong Im --- .../html/native/app_framework/notification_tutorial_n.htm | 2 +- org.tizen.tutorials/html/native/app_framework/preference_tutorial_n.htm | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/org.tizen.tutorials/html/native/app_framework/notification_tutorial_n.htm b/org.tizen.tutorials/html/native/app_framework/notification_tutorial_n.htm index b3113eb..2bc0bed 100644 --- a/org.tizen.tutorials/html/native/app_framework/notification_tutorial_n.htm +++ b/org.tizen.tutorials/html/native/app_framework/notification_tutorial_n.htm @@ -302,7 +302,7 @@ if (ret != NOTIFICATION_ERROR_NONE)

To display the progress bar and update the progress data:

-
  1. Use the NOTIFICATION_TYPE_ONGOING parameter to create a notification with a progress bar. To be able to retrieve the notification n handle later on to update the progress data, set a notification tag with the notification_set_tag() function.

    +
    1. Use the NOTIFICATION_TYPE_ONGOING 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 notification_set_tag() function.

      To set the initial progress:

      diff --git a/org.tizen.tutorials/html/native/app_framework/preference_tutorial_n.htm b/org.tizen.tutorials/html/native/app_framework/preference_tutorial_n.htm
      index c32ed55..10911ad 100644
      --- a/org.tizen.tutorials/html/native/app_framework/preference_tutorial_n.htm
      +++ b/org.tizen.tutorials/html/native/app_framework/preference_tutorial_n.htm
      @@ -53,7 +53,6 @@
       

      You can set and get application preference data. Any stored preference data can also be shared among the applications in the same package.

      To use the functions and data types of the Preference API (in mobile and wearable applications), include the <app.h> header file in your application:

      -#include <app.h>
       #include <app_preference.h>
       
      -- 2.7.4