Take a look at 
http://developer.android.com/reference/android/content/BroadcastReceiver.html
- specifically "abortBroadcast"

:)

-Tim

On Jul 26, 12:00 am, Andrea Rota <andrearota37...@gmail.com> wrote:
> Hello all,
>
> I am working on a research project and I need to write an Android
> application that is able to intercept SMS's and, according to their
> content, route them to a web services without showing any alert.
>
> I tried to register a broadcast receiver on the intent SMS_RECEIVED,
> but the default SMS application is still notifying the SMS in the
> notification bar. The only way to achieve what is manually disabling
> the message notification from the default SMS application's menu.
>
> I found that the "SMS Guard" application, available on the market, is
> able to filter messages out without any notification, without touching
> any default configuration (I wrote to the developer, no answer yet).
>
> Any idea?

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to