diff options
| author | 2023-07-10 18:27:47 +0200 | |
|---|---|---|
| committer | 2023-07-10 18:27:47 +0200 | |
| commit | 820e540e8bffc2974c0e1ef409efce4cce26692c (patch) | |
| tree | 680e854484371319431099d3e90f70ce6094a0e4 | |
| parent | e6ac1838482a36aa3626c1c059c118294411e877 (diff) | |
Turn on WAKE_LOCK_FOR_POSTING_NOTIFICATION flag
This is still guarded by DeviceConfig's NOTIFY_WAKELOCK which will be turned on later.
Bug: 275044361
Test: atest NotificationManagerServiceTest + manual
Change-Id: Id9696ba1a1a9ee93d2e48f7f6ec16b5dd32f0fed
| -rw-r--r-- | core/java/com/android/internal/config/sysui/SystemUiSystemPropertiesFlags.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/com/android/internal/config/sysui/SystemUiSystemPropertiesFlags.java b/core/java/com/android/internal/config/sysui/SystemUiSystemPropertiesFlags.java index 0fe42e6d98b2..81cd28023777 100644 --- a/core/java/com/android/internal/config/sysui/SystemUiSystemPropertiesFlags.java +++ b/core/java/com/android/internal/config/sysui/SystemUiSystemPropertiesFlags.java @@ -84,7 +84,7 @@ public class SystemUiSystemPropertiesFlags { /** Gating the holding of WakeLocks until NLSes are told about a new notification. */ public static final Flag WAKE_LOCK_FOR_POSTING_NOTIFICATION = - devFlag("persist.sysui.notification.wake_lock_for_posting_notification"); + releasedFlag("persist.sysui.notification.wake_lock_for_posting_notification"); /** Gating storing NotificationRankingUpdate ranking map in shared memory. */ public static final Flag RANKING_UPDATE_ASHMEM = devFlag( |