am 3d6b7431: am cd692be1: Merge "Change the default vibration duration to 20msec"
* commit '3d6b7431893aa6aa6d0086e44b85f35057c5b87d': Change the default vibration duration to 20msecmain
commit
dfc8135941
|
@ -18,13 +18,17 @@
|
|||
*/
|
||||
-->
|
||||
<resources>
|
||||
<string-array name="keypress_vibration_durations" translatable="false">
|
||||
<!-- Build.HARDWARE,duration_in_milliseconds -->
|
||||
<string-array name="keypress_vibration_durations" translatable="false">
|
||||
<!-- Nexus S -->
|
||||
<item>herring,5</item>
|
||||
<!-- Galaxy Nexus -->
|
||||
<item>tuna,5</item>
|
||||
<!-- Nexus 4 -->
|
||||
<item>mako,5</item>
|
||||
<!-- Nexus 10 -->
|
||||
<item>manta,16</item>
|
||||
<!-- Default value for unknown device -->
|
||||
<item>DEFAULT,10</item>
|
||||
<item>DEFAULT,20</item>
|
||||
</string-array>
|
||||
</resources>
|
||||
|
|
Loading…
Reference in New Issue