[android-developers] Notifications in Notification Manager without icon in status bar

2012-03-27 Thread B.Arunkumar
Hi,

Is it possible to add Notifications to the Notification Manager
without showing an icon in the status bar?

Only this works:

Notification note = new Notification(R.drawable.appicon, title,
System.currentTimeMillis());

This does not work:-

Notification note = new Notification();

Thank you,
B.Arunkumar

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


Re: [android-developers] Notifications in Notification Manager without icon in status bar

2012-03-27 Thread Mark Murphy
On Tue, Mar 27, 2012 at 9:58 AM, B.Arunkumar
 wrote:
> Is it possible to add Notifications to the Notification Manager
> without showing an icon in the status bar?

AFAIK, no.

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy

Warescription: Three Android Books, Plus Updates, One Low Price!

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en