From 7d5b4da27f861b1528cddb764ad20ba16c281a0d Mon Sep 17 00:00:00 2001 From: Julia Reynolds Date: Mon, 20 Mar 2017 10:18:49 -0400 Subject: [PATCH] Apps must opt into using icon badges. Test: make Bug: 35941623 Change-Id: Ifdbbed2097228d1121f3eb03ecab9851d23a023f --- core/java/android/app/Notification.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/java/android/app/Notification.java b/core/java/android/app/Notification.java index aee9d38600fb0..8d769305e9e30 100644 --- a/core/java/android/app/Notification.java +++ b/core/java/android/app/Notification.java @@ -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.