Skip to content
Snippets Groups Projects
Commit 3d6b7431 authored by Tadashi G. Takaoka's avatar Tadashi G. Takaoka Committed by Android Git Automerger
Browse files

am cd692be1: Merge "Change the default vibration duration to 20msec"

* commit 'cd692be1':
  Change the default vibration duration to 20msec
parents 2e4352c5 cd692be1
No related branches found
No related tags found
No related merge requests found
...@@ -18,13 +18,17 @@ ...@@ -18,13 +18,17 @@
*/ */
--> -->
<resources> <resources>
<!-- Build.HARDWARE,duration_in_milliseconds -->
<string-array name="keypress_vibration_durations" translatable="false"> <string-array name="keypress_vibration_durations" translatable="false">
<!-- Build.HARDWARE,duration_in_milliseconds --> <!-- Nexus S -->
<item>herring,5</item> <item>herring,5</item>
<!-- Galaxy Nexus -->
<item>tuna,5</item> <item>tuna,5</item>
<!-- Nexus 4 -->
<item>mako,5</item> <item>mako,5</item>
<!-- Nexus 10 -->
<item>manta,16</item> <item>manta,16</item>
<!-- Default value for unknown device --> <!-- Default value for unknown device -->
<item>DEFAULT,10</item> <item>DEFAULT,20</item>
</string-array> </string-array>
</resources> </resources>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment