klte: Remove unused overlay options

This commit is contained in:
Ethan Chen 2014-08-01 12:02:16 -07:00
parent e9bd9486b8
commit 9b2985aa5f
1 changed files with 0 additions and 11 deletions

View File

@ -30,9 +30,6 @@
<!-- The green LED is brighter than red, bias closer to yellow. -->
<integer name="config_notificationsBatteryMediumARGB">0xFFFF6000</integer>
<!-- If this is true, the screen will come on when you unplug usb/power/whatever. -->
<bool name="config_unplugTurnsOnScreen">true</bool>
<!-- Array of light sensor LUX values to define our levels for auto backlight brightness support.
The N entries of this array define N 1 zones as follows:
@ -244,17 +241,9 @@
<!-- Panel auto-brightness configuration value -->
<integer name="config_panelAutoBrightnessValue">1</integer>
<!-- True if the Irda service should be started at system start. This currently only
supports Samsung Galaxy S4. -->
<!-- <bool name="config_enableIrdaManagerService">true</bool> -->
<!-- Device supports LED flashlight -->
<bool name="config_enableTorch">true</bool>
<!-- Enable translucent UI -->
<bool name="config_enableLockScreenTranslucentDecor">true</bool>
<bool name="config_enableTranslucentDecor">true</bool>
<!-- Performance profiles -->
<string name="config_perf_profile_prop">sys.perf.profile</string>
<string name="config_perf_profile_default_entry">1</string>