From: Kairong Yin Date: Tue, 4 Sep 2012 09:04:06 +0000 (-0700) Subject: Enable the function of 'Keep LCD on if Setting is running in foreground' X-Git-Tag: 2.0_alpha~32 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f919c3cd9bb97d7d071bb7b1c00d67999a6a86f2;p=apps%2Fcore%2Fpreloaded%2Fsettings.git Enable the function of 'Keep LCD on if Setting is running in foreground' Change-Id: I65fd03d118b2069c8435256454d0128646166b2a --- diff --git a/include/setting-debug.h b/include/setting-debug.h index f7a45ec..f83b404 100755 --- a/include/setting-debug.h +++ b/include/setting-debug.h @@ -89,7 +89,7 @@ /*#endif*/ #define SUPPORT_APP_ROATION 0 -#define SUPPORT_LCD_TIMEOUT_KEEPING 0 +#define SUPPORT_LCD_TIMEOUT_KEEPING 1 #define USE_DEVICE_SET_DISPLAY_BRT 1 #define LOW_BATTERY_DO_NOTHING 1 /**< 1 : turn the low batter handlding off */ diff --git a/packaging/settings.spec b/packaging/settings.spec index 83ae1a1..1ccbf8f 100755 --- a/packaging/settings.spec +++ b/packaging/settings.spec @@ -191,7 +191,7 @@ GOPTION="-g 6514" %else vconftool $GOPTION set -t int db/setting/lcd_backlight_normal "0" %endif - #vconftool $GOPTION set -t int db/setting/lcd_timeout_normal_backup "30" + vconftool $GOPTION set -t int db/setting/lcd_timeout_normal_backup "30" #brightness vconftool $GOPTION set -t int db/setting/Brightness "-1"