From d5d7846603114ed40b49bd7d3ba9107943830cb2 Mon Sep 17 00:00:00 2001 From: Taeyoung Kim Date: Mon, 7 Dec 2015 11:42:05 +0900 Subject: [PATCH] [device][tutorial] remove tutorial for device_power_wakeup() - device_power_wakeup() is deprecated, and thus the tutorial should be removed Change-Id: I641ed23f9ca4279e6ea7a5d22dc0f6f8e616329b Signed-off-by: Taeyoung Kim --- org.tizen.tutorials/html/native/system/device_tutorial_n.htm | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/org.tizen.tutorials/html/native/system/device_tutorial_n.htm b/org.tizen.tutorials/html/native/system/device_tutorial_n.htm index 831a239..01de71d 100644 --- a/org.tizen.tutorials/html/native/system/device_tutorial_n.htm +++ b/org.tizen.tutorials/html/native/system/device_tutorial_n.htm @@ -286,16 +286,6 @@ error = device_power_release_lock(POWER_LOCK_CPU); -
  • Change the current power state with the device_power_wakeup() function. -

    The function changes the current power state to the normal or dim state, depending on the parameter value:

    - -
    -int error;
    -
    -// Set to dim state
    -error = device_power_wakeup(true);
    -
    -
  • -- 2.7.4