From 5d9b153db373d974fe4a5b549872e9b81b632ac9 Mon Sep 17 00:00:00 2001 From: Chris Wren Date: Fri, 21 Mar 2014 14:31:05 -0400 Subject: [PATCH] lower the heads up threshold to exactly PRIORITY_HIGH Bug: 13452562 Change-Id: I945ce22fa7253ff84fcc3d72f4cb732921ba3489 --- .../src/com/android/systemui/statusbar/BaseStatusBar.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/SystemUI/src/com/android/systemui/statusbar/BaseStatusBar.java b/packages/SystemUI/src/com/android/systemui/statusbar/BaseStatusBar.java index 6eb2ebe5a8c8a..034edf947790c 100644 --- a/packages/SystemUI/src/com/android/systemui/statusbar/BaseStatusBar.java +++ b/packages/SystemUI/src/com/android/systemui/statusbar/BaseStatusBar.java @@ -111,7 +111,7 @@ public abstract class BaseStatusBar extends SystemUI implements protected static final boolean ENABLE_HEADS_UP = true; // scores above this threshold should be displayed in heads up mode. - protected static final int INTERRUPTION_THRESHOLD = 11; + protected static final int INTERRUPTION_THRESHOLD = 10; protected static final String SETTING_HEADS_UP_TICKER = "ticker_gets_heads_up"; // Should match the value in PhoneWindowManager