Skip to content
Snippets Groups Projects
Commit cd692be1 authored by Tadashi G. Takaoka's avatar Tadashi G. Takaoka Committed by Android (Google) Code Review
Browse files

Merge "Change the default vibration duration to 20msec"

parents b5d5190d e1416b43
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