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

Commit 30331985 authored by Julia Reynolds's avatar Julia Reynolds
Browse files

Default number badging off.

Test: cts
Bug: 37737008
Change-Id: I5f73a648936d18c59c74334083b33e131395a681
parent 90357d62
Loading
Loading
Loading
Loading
+2 −7
Original line number Diff line number Diff line
@@ -239,16 +239,11 @@ public class Notification implements Parcelable
     * The number of events that this notification represents. For example, in a new mail
     * notification, this could be the number of unread messages.
     *
     * The system may or may not use this field to modify the appearance of the notification. For
     * example, before {@link android.os.Build.VERSION_CODES#HONEYCOMB}, this number was
     * superimposed over the icon in the status bar. Starting with
     * {@link android.os.Build.VERSION_CODES#HONEYCOMB}, the template used by
     * {@link Notification.Builder} has displayed the number in the expanded notification view.
     * The system may or may not use this field to modify the appearance of the notification.
     * Starting with {@link android.os.Build.VERSION_CODES#O}, the number may be displayed as a
     * badge icon in Launchers that support badging.
     *
     */
    public int number = 1;
    public int number = 0;

    /**
     * The intent to execute when the expanded status entry is clicked.  If