summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Daniel Sandler <dsandler@android.com> 2012-11-28 06:31:53 -0800
committer Android Git Automerger <android-git-automerger@android.com> 2012-11-28 06:31:53 -0800
commitcfb95d054949bcfd2cea1642f7fdc2880b140de0 (patch)
tree5f0e9f9ba488a938001494267b471618e27ba665
parentfa5a2593c99ac2d845efa0e0854de9d010d4bcdf (diff)
parente9316c06756f4553c812b34cf023f54a514e86aa (diff)
am e9316c06: am 78d2febf: am c7f55f55: Merge "New timings for default & fallback notification vibration." into jb-mr1.1-dev
* commit 'e9316c06756f4553c812b34cf023f54a514e86aa': New timings for default & fallback notification vibration.
-rw-r--r--core/res/res/values/config.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/core/res/res/values/config.xml b/core/res/res/values/config.xml
index 3523db6ffbec..460a811696c2 100644
--- a/core/res/res/values/config.xml
+++ b/core/res/res/values/config.xml
@@ -1016,9 +1016,9 @@
-->
<integer-array name="config_defaultNotificationVibePattern">
<item>0</item>
- <item>150</item>
- <item>200</item>
+ <item>350</item>
<item>250</item>
+ <item>350</item>
</integer-array>
<!-- Vibrator pattern to be used as the default for notifications
@@ -1027,8 +1027,8 @@
-->
<integer-array name="config_notificationFallbackVibePattern">
<item>0</item>
- <item>33</item>
+ <item>100</item>
<item>150</item>
- <item>50</item>
+ <item>100</item>
</integer-array>
</resources>