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

Commit 1ce2b5c5 authored by Caitlin Shkuratov's avatar Caitlin Shkuratov
Browse files

[SB] Increase minimum tap-chip-to-HUN display time to 5 seconds.

Fixes: 407823382
Flag: android.app.ui_rich_ongoing
Test: Show promoted notif, then tap chip -> verify the HUN shows for 5
seconds
Test: Verify other HUNs also by default show for 5 seconds

Change-Id: I34bc35c2c204acafbd02f5450b127832a2018400
parent 3150436c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -177,7 +177,7 @@
    <integer name="heads_up_notification_minimum_time_with_throttling">500</integer>

    <!-- Minimum display time for a heads up notification that was shown from a user action (like tapping on a different part of the UI), in milliseconds. -->
    <integer name="heads_up_notification_minimum_time_for_user_initiated">3000</integer>
    <integer name="heads_up_notification_minimum_time_for_user_initiated">5000</integer>

    <!-- Display time for a sticky heads up notification, in milliseconds. -->
    <integer name="sticky_heads_up_notification_time">60000</integer>