Thursday, July 29, 2010

[android-developers] Re: Hiding SMS notifications

Hi there Andrea. I am working on a very similar project where i
intercept SMS, process it and either delete it or just pass it normaly
to SMS app. I am also stuck at how to disable the notifications for
the sms that i want to delete.......

I would really appreciate if you can help..........

On Jul 26, 12:00 pm, 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+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

No comments:

Post a Comment