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

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
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>