Re: [android-developers] android.intent.action.NOTIFICATION_REMOVE not available on all devices?

2010-11-13 Thread Mark Murphy
On Fri, Nov 12, 2010 at 11:59 PM, Matt McMinn matt.mcm...@gmail.com wrote: So now I'm trying to figure out why, and I can't seem to find anything on Google about this intent action - and I set this code up a few months ago, so I don't remember where I even found this action, it doesn't seem to

Re: [android-developers] android.intent.action.NOTIFICATION_REMOVE not available on all devices?

2010-11-13 Thread Dianne Hackborn
There is no such intent action defined in the SDK as far as I know. Can you point to documentation in the SDK for this? If not, it is not something that you can assume exists. The correct way to find out if a notification was cleared is this:

[android-developers] android.intent.action.NOTIFICATION_REMOVE not available on all devices?

2010-11-12 Thread Matt McMinn
I've got a receiver set up in my android application to catch android.intent.action.NOTIFICATION_REMOVE intents. On my Evo, it works fine - when a notification is cleared from the notification bar, I catch that event and can run some code. I tried running this on a Samsung Moment though, and it is