On Thu, Sep 23, 2010 at 3:19 AM, Nicolas HERVE <[email protected]> wrote:

> using the most local context doesn't change anything.
>

Not in this case, no, but it's a good habit to get into.
getApplicationContext() will land you in trouble in other areas. Just avoid
it.


> I tried to cancel the notification with :
> notificationManager.cancel(1);
>

Hmm ... I would have expected that to be the answer, though I've not used
FLAG_NO_CLEAR.
Have you tried leaving out the no clear flag to see if the cancel works?
Just to be sure?

Otherwise not sure what to tell you ... sorry.

-------------------------------------------------------------------------------------------------
TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago
transit tracking app for Android-powered devices

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

Reply via email to