[android-developers] Re: Notification doubt

2009-06-04 Thread Mark Murphy
> also i want to read notifications from other programs... (that run in bg, > obviously!). I do not believe there is an SDK API for examining any existing notifications, other than to cancel your own. -- Mark Murphy (a Commons Guy) http://commonsware.com _The Busy Coder's Guide to Android Devel

[android-developers] Re: Notification doubt

2009-06-04 Thread Saurav Mukherjee
dude, i know to create notifications... its only the reading part that i want! is there any example for the same... also i want to read notifications from other programs... (that run in bg, obviously!). On Thu, Jun 4, 2009 at 5:39 PM, twan wrote: > > There are a few examples in the android sdk

[android-developers] Re: Notification doubt

2009-06-04 Thread twan
There are a few examples in the android sdk that are about notifications. Maybe those will help. Usual when you create a notification you can also read it. Or do you want to read notification from other programs? On Jun 4, 1:20 pm, Saurav Mukherjee wrote: > is there a way to read a Notification