Merge "Apps must opt into using icon badges."

This commit is contained in:
TreeHugger Robot
2017-03-20 20:02:13 +00:00
committed by Android (Google) Code Review

View File

@@ -1099,7 +1099,7 @@ public class Notification implements Parcelable
* represent this notification.
*/
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.