diff options
| author | Daniel Sandler <dsandler@google.com> | 2011-02-23 06:42:48 -0800 |
|---|---|---|
| committer | Android (Google) Code Review <android-gerrit@google.com> | 2011-02-23 06:42:48 -0800 |
| commit | 5e98dbc7700ef39acca58aa4f4e63e5fc24828b3 (patch) | |
| tree | 6ae822328a51742b9152eefc60aeff9d1e3964c5 /core/java/android/app/Notification.java | |
| parent | ceb1997174769e1c2c9b8a368a9b63d816a1555d (diff) | |
| parent | d952daec06018fe7064b8cafd31dfc71f9eee383 (diff) | |
| download | frameworks_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.java | 1 |
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; |
