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

Unverified Commit f494baf8 authored by Steve Kondik's avatar Steve Kondik Committed by Michael Bestas
Browse files

systemui: Forward-port notification counters

 * Port from CM11

Change-Id: Id9d0954acffd00bdb470b9eccbdb3b45fbd995c1
parent 19568d5d
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -3270,6 +3270,12 @@ public final class Settings {
         */
        public static final String ACCELEROMETER_ROTATION_ANGLES = "accelerometer_rotation_angles";

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

        /**
         * Control whether the accelerometer will be used to change screen
         * orientation.  If 0, it will not be used unless explicitly requested
+4 −0
Original line number Diff line number Diff line
@@ -313,4 +313,8 @@

    <!-- Defaults for Settings.System.DEV_FORCE_SHOW_NAVBAR. -->
    <integer name="def_force_disable_navkeys">0</integer>

    <!-- Default for Settings.System.STATUS_BAR_NOTIF_COUNT. -->
    <integer name="def_notif_count">0</integer>

</resources>
−364 B (385 B)
Loading image diff...
−240 B (267 B)
Loading image diff...
−487 B (519 B)
Loading image diff...
Loading