Hi How to display one icon with number of notification like ICON(2)...
is there any way to do it.? if i call below code multiple times, it will display separate icons for invocation. Regards Gururaja On Mar 9, 1:35 pm, a a <[email protected]> wrote: > NotificationmyNoti = newNotification(); > myNoti.icon= iconid; > myNoti.tickerText = ...//you test.. etc > > ..... > NotificationManager notiManager; > notiManager.notify(0, myNoti);----------------------------//can show > youriconon the statebar. > > 2010/3/9 Sasi <[email protected]>: > > > Hi- > > > I want to create aniconon thestatusbarwithoutthenotification > > message. Is it possible to create aniconon thestatusbarwithout > > having thenotificationmessage? I just want to display theiconand > > not to allow the user to click on it display the any message. > > > thanks. > > > -- > > You received this message because you are subscribed to the Google > > Groups "AndroidDevelopers" group. > > To post to this group, send email [email protected] > > To unsubscribe from this group, send email to > >[email protected] > > For more options, visit this group at > >http://groups.google.com/group/android-developers?hl=en -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en To unsubscribe from this group, send email to android-developers+unsubscribegooglegroups.com or reply to this email with the words "REMOVE ME" as the subject.

