diff options
-rw-r--r-- | core/java/android/app/Notification.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/app/Notification.java b/core/java/android/app/Notification.java index aee9d38600fb..8d769305e9e3 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. |