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

Commit dc7df649 authored by Alan Viverette's avatar Alan Viverette Committed by Android (Google) Code Review
Browse files

Merge "Increase clock and calendar haptic feedback durations" into lmp-dev

parents 70499122 82ed5df1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -612,13 +612,13 @@
    <!-- Vibrator pattern for feedback when selecting an hour/minute tick of a Clock -->
    <integer-array name="config_clockTickVibePattern">
        <item>125</item>
        <item>5</item>
        <item>30</item>
    </integer-array>

    <!-- Vibrator pattern for feedback when selecting a day/month/year date of a Calendar -->
    <integer-array name="config_calendarDateVibePattern">
        <item>125</item>
        <item>5</item>
        <item>30</item>
    </integer-array>

    <!-- Vibrator pattern for feedback about booting with safe mode disabled -->