aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEthan Chen <intervigil@gmail.com>2014-08-01 12:02:16 -0700
committerEthan Chen <intervigil@gmail.com>2014-08-01 12:02:16 -0700
commit9b2985aa5fd69b1223d557b9d4b641dd82efed7f (patch)
tree531159a2a80e5234da39fbcb55b9f8069c2618bc
parente9bd9486b813425c3ad6c3f03e947ff73df650c9 (diff)
klte: Remove unused overlay options
-rw-r--r--overlay/frameworks/base/core/res/res/values/config.xml11
1 files changed, 0 insertions, 11 deletions
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml
index 3b17caf..d20ec43 100644
--- a/overlay/frameworks/base/core/res/res/values/config.xml
+++ b/overlay/frameworks/base/core/res/res/values/config.xml
@@ -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>