From d952daec06018fe7064b8cafd31dfc71f9eee383 Mon Sep 17 00:00:00 2001 From: Daniel Sandler Date: Mon, 7 Feb 2011 16:33:36 -0500 Subject: Documentation: Notification.icon is mandatory. Bug: 3325472 Change-Id: Ie685577fbb2f07c3a63dcf86f27172ff231de3b3 --- core/java/android/app/Notification.java | 1 + 1 file changed, 1 insertion(+) (limited to 'core/java/android') diff --git a/core/java/android/app/Notification.java b/core/java/android/app/Notification.java index 5049e19ba7d8..5a18fc23b924 100644 --- a/core/java/android/app/Notification.java +++ b/core/java/android/app/Notification.java @@ -82,6 +82,7 @@ public class Notification implements Parcelable /** * The resource id of a drawable to use as the icon in the status bar. + * This is required; notifications with an invalid icon resource will not be shown. */ public int icon; -- cgit v1.2.3