From 795600f1ec784f6847335c48c7f034ef0c261691 Mon Sep 17 00:00:00 2001 From: Lorenzo M Date: Tue, 12 Nov 2013 17:38:13 +0100 Subject: tuna: Set 'normal' as time for notification LED By default, 9s off is too time to see a notification pulse. Furthermore, the user cannot set this time in Settings because max value is 5s. This commit sets the off time to 1s (normal value) by default. Change-Id: If1ad3504e6570b070a9edbc2b69215427925f830 --- .../frameworks/base/core/res/res/values/config.xml | 58 +++++++++++----------- 1 file changed, 29 insertions(+), 29 deletions(-) (limited to 'overlay') diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml index b97664c..c8654c8 100644 --- a/overlay/frameworks/base/core/res/res/values/config.xml +++ b/overlay/frameworks/base/core/res/res/values/config.xml @@ -28,7 +28,7 @@ 1000 - 9000 + 1000 false @@ -61,24 +61,24 @@ Must be overridden in platform specific overlays --> 6 - 9 - 14 - 20 - 30 - 46 - 68 + 9 + 14 + 20 + 30 + 46 + 68 103 - 154 + 154 231 - 346 - 519 - 778 - 1168 - 1752 - 2627 - 3941 + 346 + 519 + 778 + 1168 + 1752 + 2627 + 3941 5912 - 8867 + 8867 19 - 23 - 26 - 30 - 34 - 39 - 45 + 23 + 26 + 30 + 34 + 39 + 45 51 59 67 77 88 - 101 - 116 - 133 - 152 - 174 - 199 - 228 + 101 + 116 + 133 + 152 + 174 + 199 + 228 250 -- cgit v1.1