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 applicat
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 wrote:
> You guys are ahead of me, I don't even know h
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 12,
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 messa
Hi Bilal,
You can use the NotificationManager cancel method.
On Nov 11, 6:17 am, Muhammad Bilal 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 in the status
5 matches
Mail list logo