New timings for default & fallback notification vibration.

Bug: 7599791
Change-Id: Ieae1cba864537b192be013e4f00131bcc59c6369
This commit is contained in:
Daniel Sandler
2012-11-27 19:22:22 -05:00
parent 4df6c6292b
commit bdc9c83ba5

View File

@@ -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>