Enable the function of 'Keep LCD on if Setting is running in foreground'
authorKairong Yin <kairong78.yin@samsung.com>
Tue, 4 Sep 2012 09:04:06 +0000 (02:04 -0700)
committerKairong Yin <kairong78.yin@samsung.com>
Thu, 6 Sep 2012 05:23:42 +0000 (22:23 -0700)
Change-Id: I65fd03d118b2069c8435256454d0128646166b2a

include/setting-debug.h
packaging/settings.spec

index f7a45ec..f83b404 100755 (executable)
@@ -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 */
index 83ae1a1..1ccbf8f 100755 (executable)
@@ -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"