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

Commit 60c08ace authored by John Spurlock's avatar John Spurlock Committed by android-build-merger
Browse files

Doze: pulse less often. automerge: 618e420a automerge: 43c7741c

automerge: 90fc2891

* commit '90fc2891':
  Doze: pulse less often.
parents 00c5e4e1 90fc2891
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -244,10 +244,10 @@
    <bool name="doze_pulse_on_notifications">true</bool>
    <bool name="doze_pulse_on_notifications">true</bool>


    <!-- Doze: when to pulse after a buzzworthy notification arrives -->
    <!-- Doze: when to pulse after a buzzworthy notification arrives -->
    <string name="doze_pulse_schedule" translatable="false">1s,10s,30s,60s,120s</string>
    <string name="doze_pulse_schedule" translatable="false">1s,10s,30s,60s</string>


    <!-- Doze: maximum number of times the notification pulse schedule can be reset -->
    <!-- Doze: maximum number of times the notification pulse schedule can be reset -->
    <integer name="doze_pulse_schedule_resets">3</integer>
    <integer name="doze_pulse_schedule_resets">2</integer>


    <!-- Doze: duration to avoid false pickup gestures triggered by notification vibrations -->
    <!-- Doze: duration to avoid false pickup gestures triggered by notification vibrations -->
    <integer name="doze_pickup_vibration_threshold">2000</integer>
    <integer name="doze_pickup_vibration_threshold">2000</integer>