tags:

views:

84

answers:

2

Is it possible to disable SMS received and send notification in status bar ?? What is the procedure to do this ?

A: 

I don't believe you can change the settings of the built in Messaging application programmatically from within your own application.

Even if you could, you'd have the problem of third-party SMS applications such as Handcent SMS also displaying notifications.

So you're not going to be able to reliably prevent the user from seeing notifications of incoming messages, although I can't imagine why you'd want to.

Dave Webb
Thanks for your reply..
Kanika
Thanks for your reply..
Kanika
A: 

No, you can not.

SMS notification is sent as a broadcast, which cannot be "cancelled"

Asahi
Thanks for your reply.
Kanika