Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit dfc81359 authored by Tadashi G. Takaoka's avatar Tadashi G. Takaoka Committed by Android Git Automerger
Browse files

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

* commit '3d6b7431':
  Change the default vibration duration to 20msec
parents 27dede24 3d6b7431
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
@@ -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>