From 1a81bf9dfe2b74cc84deed70ecc4b2d666fc32a5 Mon Sep 17 00:00:00 2001 From: Lyn Date: Thu, 23 Feb 2023 00:08:25 +0000 Subject: [PATCH] Enable sticky HUN in release builds Fixes: 269691110 Test: just changing a flag Change-Id: If0118e60860dc86d81abf9cc91edfa6c203a63d8 --- .../internal/config/sysui/SystemUiSystemPropertiesFlags.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/java/com/android/internal/config/sysui/SystemUiSystemPropertiesFlags.java b/core/java/com/android/internal/config/sysui/SystemUiSystemPropertiesFlags.java index 586b309a781d7..9fae2113f0f99 100644 --- a/core/java/com/android/internal/config/sysui/SystemUiSystemPropertiesFlags.java +++ b/core/java/com/android/internal/config/sysui/SystemUiSystemPropertiesFlags.java @@ -64,7 +64,7 @@ public class SystemUiSystemPropertiesFlags { /** Gating the feature which shows FSI-denied notifications as Sticky HUNs */ public static final Flag SHOW_STICKY_HUN_FOR_DENIED_FSI = - devFlag("persist.sysui.notification.show_sticky_hun_for_denied_fsi"); + releasedFlag("persist.sysui.notification.show_sticky_hun_for_denied_fsi"); /** Gating the ability for users to dismiss ongoing event notifications */ public static final Flag ALLOW_DISMISS_ONGOING =