Release the display backlight lock
To unlock the display backlight from permanent lock, you must use device_power_release_lock().
PRIVILEGE NEEDED: http://tizen.org/privilege/display
#include <device/power.h>
int result = DEVICE_ERROR_NONE;
//When the display lock is not needed anymore:
result = device_power_release_lock (POWER_LOCK_DISPLAY);