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

Commit e1416b43 authored by Tadashi G. Takaoka's avatar Tadashi G. Takaoka
Browse files

Change the default vibration duration to 20msec

Bug: 8556975
Change-Id: Ia6a0fe230585c9826199a0696fb0c1367e917134
parent 4f5f81d5
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>