[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,

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 awsnetworkrecor...@gmail.com 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