summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorMatt Mower <mowerm@gmail.com>2015-08-14 23:00:01 -0500
committerSteve Kondik <shade@chemlab.org>2015-11-11 04:22:06 -0800
commitf078f436f98fafab84c39df92958befab000728c (patch)
tree9466fa8fe8eb5323b7c62d87f197e7327a74a477 /res/values
parent317409c0bc60fdd3626a951e18de2b4359b854f2 (diff)
downloadpackages_apps_Settings-f078f436f98fafab84c39df92958befab000728c.zip
packages_apps_Settings-f078f436f98fafab84c39df92958befab000728c.tar.gz
packages_apps_Settings-f078f436f98fafab84c39df92958befab000728c.tar.bz2
Settings: Match pulse speed to frameworks default
frameworks/base defines default LED timings: config_defaultNotificationLedOn = 500 config_defaultNotificationLedOff = 2000 The LedOff timing of 2000 does not match any of the timings in the array of notification_pulse_speed_values. So, a clean installation of CyanogenMod results in an initial value of the notification pulse speed being shown as "Custom". Reduce 2500ms in the pulse length and speed arrays to 2000ms. Then, the default values for a new installation will be: length = Short, speed = Slow. This does have the side-effect of causing existing installations which use 2500ms for either pulse length or speed now appearing as "Custom". Change-Id: Idae42db93a0a329f33d6df6501427b509bc99272
Diffstat (limited to 'res/values')
-rw-r--r--res/values/cm_arrays.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/values/cm_arrays.xml b/res/values/cm_arrays.xml
index d639102..97c3a8e 100644
--- a/res/values/cm_arrays.xml
+++ b/res/values/cm_arrays.xml
@@ -202,7 +202,7 @@
<item>250</item>
<item>500</item>
<item>1000</item>
- <item>2500</item>
+ <item>2000</item>
<item>5000</item>
</string-array>
@@ -218,7 +218,7 @@
<item>250</item>
<item>500</item>
<item>1000</item>
- <item>2500</item>
+ <item>2000</item>
<item>5000</item>
</string-array>