summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordroidfivex <droidfivex@gmail.com>2016-12-09 02:05:13 +0900
committerdroidfivex <droidfivex@gmail.com>2016-12-14 01:32:33 +0900
commit665659727737e83415f56ac48fa59a55db3bbc3e (patch)
treee65bf8ea321faa9644ad23957443b658c481983b
parent4f2c2e38d4048ebbea545a37950cad4b30a1b6f6 (diff)
overlay: trim frameworks/base overlay
remove unused values, restore values accidentally deleted. Change-Id: I3a1b17ce187b591a874fb4cfd18c07e6fe573d96
-rw-r--r--overlay/frameworks/base/core/res/res/values/config.xml9
1 files changed, 3 insertions, 6 deletions
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml
index 665a0f1..37d64fd 100644
--- a/overlay/frameworks/base/core/res/res/values/config.xml
+++ b/overlay/frameworks/base/core/res/res/values/config.xml
@@ -19,9 +19,6 @@
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
- <!-- If this is true, the screen will fade off. -->
- <bool name="config_animateScreenLights">false</bool>
-
<!-- Whether a software navigation bar should be shown. NOTE: in the future this may be
autodetected from the Configuration. -->
<bool name="config_showNavigationBar">true</bool>
@@ -110,6 +107,9 @@
<!-- Shutdown if the battery temperature exceeds (this value * 0.1) Celsius. -->
<integer name="config_shutdownBatteryTemperature">600</integer>
+ <!-- Default LED on time for notification LED in milliseconds. -->
+ <integer name="config_defaultNotificationLedOn">1000</integer>
+
<!-- Is the notification LED intrusive?
Used to decide if there should be a disable option -->
<bool name="config_intrusiveNotificationLed">true</bool>
@@ -242,9 +242,6 @@
<item>10</item>
</integer-array>
- <!-- Make things go fast -->
- <bool name="config_ui_enableFadingMarquee">false</bool>
-
<!-- Vibrator pattern for feedback about touching a virtual key -->
<integer-array name="config_virtualKeyVibePattern">
<item>0</item>