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

Commit 820e540e authored by Matías Hernández's avatar Matías Hernández
Browse files

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
parent e6ac1838
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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(