summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Daniel Sandler <dsandler@android.com> 2012-11-28 06:30:15 -0800
committer Android Git Automerger <android-git-automerger@android.com> 2012-11-28 06:30:15 -0800
commite9316c06756f4553c812b34cf023f54a514e86aa (patch)
treeb95f2908a6f54a0cd9fb828f6b06416f18c1a49c
parentbe473c8fd12955dcb861f330f5f7a4a2a453c8df (diff)
parent78d2febf1f3730c8ad5a6747456529cd1f34b0c7 (diff)
am 78d2febf: am c7f55f55: Merge "New timings for default & fallback notification vibration." into jb-mr1.1-dev
* commit '78d2febf1f3730c8ad5a6747456529cd1f34b0c7': 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 ea28a51fe547..66c23a021b54 100644
--- a/core/res/res/values/config.xml
+++ b/core/res/res/values/config.xml
@@ -1006,9 +1006,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
@@ -1017,8 +1017,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>