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

Commit e67f0241 authored by Steve Kondik's avatar Steve Kondik Committed by Rick C
Browse files

systemui: Add option to enable notification counts

 * The code is already there, this adds a runtime toggle for it.

Change-Id: I093fae9b0e2e263c11a41f07c9669c18afda978d
parent b875899d
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -2515,6 +2515,12 @@ public final class Settings {
         */
        public static final String LOCKSCREEN_CALENDAR_REMINDERS_ONLY = "lockscreen_calendar_reminders_only";

        /**
         * Show the pending notification counts as overlays on the status bar
         * @hide
         */
        public static final String STATUS_BAR_NOTIF_COUNT = "status_bar_notif_count";

        /**
         * Settings to backup. This is here so that it's in the same place as the settings
         * keys and easy to update.
−151 B (784 B)
Loading image diff...
−71 B (398 B)
Loading image diff...
−875 B (876 B)
Loading image diff...
+0 −2
Original line number Diff line number Diff line
@@ -20,7 +20,5 @@
<!-- These resources are around just to allow their values to be customized
     for different hardware and product builds. -->
<resources>
    <!-- Whether or not we show the number in the bar. -->
    <bool name="config_statusBarShowNumber">false</bool>
</resources>
Loading