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

Commit 5beefa69 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Apps must opt into using icon badges."

parents 273fbb15 7d5b4da2
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -1099,7 +1099,7 @@ public class Notification implements Parcelable
     * represent this notification.
     * represent this notification.
     */
     */
    public static final int BADGE_ICON_LARGE = 2;
    public static final int BADGE_ICON_LARGE = 2;
    private int mBadgeIcon = BADGE_ICON_LARGE;
    private int mBadgeIcon = BADGE_ICON_NONE;


    /**
    /**
     * Structure to encapsulate a named action that can be shown as part of this notification.
     * Structure to encapsulate a named action that can be shown as part of this notification.