[android-developers] Re: How to remove sms notifications in status bar

2009-11-24 Thread Syl
I have the same problem problem of you Muhammad. I manage to detect SMS receive using a BroadcastReceiver and then delete the specified SMS in inbox. However, status bar notification always remains. I think it is not possible to remove this notification because it's sent by the Messaging

[android-developers] Re: How to remove sms notifications in status bar

2009-11-23 Thread Muhammad Bilal
here you go http://stackoverflow.com/questions/419184/how-to-delete-sms-from-inbox-in-android-programmatically this link provide great detail how to retrieve messages form in box and delete them . regards MB On Nov 14, 8:33 am, Sean Liao wirelessw...@gmail.com wrote: You guys are ahead of

Re: [android-developers] Re: How to remove sms notifications in status bar

2009-11-12 Thread Saj TK
Hi Bilal, I am also facing same issue. In my code i m not able to delete the last message for which the notification has come. I am only able to delete the previous message from the provider database. Can you please share the code with me how you did that ? Thanks and Regards, Saj On Thu, Nov

[android-developers] Re: How to remove sms notifications in status bar

2009-11-11 Thread neil
Hi Bilal, You can use the NotificationManager cancel method. On Nov 11, 6:17 am, Muhammad Bilal se.bi...@gmail.com wrote: hi, its been a while since i am doing development on android sdk , one of the astonishing i come across that there is np support in the API to remove any notification

[android-developers] Re: How to remove sms notifications in status bar

2009-11-11 Thread Muhammad Bilal
well in Cancel you need to specify the id of the alert , but as i haven't created that alert as it was generated by android framework itself on the receiving the new sms, i did delete that sms from sms database and when u open messages you wont see it there but status bar still shows new sms