I believe you can do this at the application level. Just create a
application with broadcast receiver as mentioned by Earlence then once
registered, inspect all incoming SMSes.

Need not do this at kernel or framework level.

Regards,
Perumal

On Feb 15, 3:31 pm, Aldrin Montana <drinmont...@gmail.com> wrote:
> Thank you /VERY/ much Earlence.
>
> <3
> -Aldrin
>
>
>
> On Mon, Feb 14, 2011 at 11:02 PM, Earlence <earlencefe...@gmail.com> wrote:
> > The code for the SMS subsystem is in the platform framework. I suggest
> > you post the question there.
> > In short, you can register an sms broadcast receiver, inspect contents
> > and if your algorithm determines it to be spam, simply abort that
> > broadcast.
>
> > cheers,
> > Earlence
>
> > On Feb 13, 9:40 pm, Aldrin Montana <drinmont...@gmail.com> wrote:
> > > Hi,
>
> > > I am aiming to do some content-based filtering of text messages (trying
> > to
> > > filter out spam texts) and have not been very successful in seeing what
> > > files (if any) in the kernel contain this code. I was just wondering if
> > > someone has an idea of where to look for sms code, has some suggestion of
> > > where I should put code for this, or if none of this code is in the
> > kernel
> > > at all.
>
> > > Thanks in advanced!
>
> > > -Aldrin
>
> > --
> > unsubscribe: android-kernel+unsubscr...@googlegroups.com
> > website:http://groups.google.com/group/android-kernel- Hide quoted text -
>
> - Show quoted text -

-- 
unsubscribe: android-kernel+unsubscr...@googlegroups.com
website: http://groups.google.com/group/android-kernel

Reply via email to