summaryrefslogtreecommitdiffstats
path: root/core/java/android/app/Notification.java
diff options
context:
space:
mode:
authorDaniel Sandler <dsandler@google.com>2011-02-23 06:42:48 -0800
committerAndroid (Google) Code Review <android-gerrit@google.com>2011-02-23 06:42:48 -0800
commit5e98dbc7700ef39acca58aa4f4e63e5fc24828b3 (patch)
tree6ae822328a51742b9152eefc60aeff9d1e3964c5 /core/java/android/app/Notification.java
parentceb1997174769e1c2c9b8a368a9b63d816a1555d (diff)
parentd952daec06018fe7064b8cafd31dfc71f9eee383 (diff)
downloadframeworks_base-5e98dbc7700ef39acca58aa4f4e63e5fc24828b3.zip
frameworks_base-5e98dbc7700ef39acca58aa4f4e63e5fc24828b3.tar.gz
frameworks_base-5e98dbc7700ef39acca58aa4f4e63e5fc24828b3.tar.bz2
Merge "Documentation: Notification.icon is mandatory."
Diffstat (limited to 'core/java/android/app/Notification.java')
-rw-r--r--core/java/android/app/Notification.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/java/android/app/Notification.java b/core/java/android/app/Notification.java
index 4370ebf..ccd65de 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;