Hi All,

First off, I need to tell you people that I am pretty new to
programming for Android Devices, so If my question is pretty dumb,
pardon me :) .

I want to know if what I have in mind is possible... I want to
intercept incoming messages (SMS only for now) to scan for a specific
message (based on some text in it) and redirect only those specific
messages to my Application where I will be performing some action
based on the content. If the incoming message does not have the text
that I am looking for, then I want the phone's built-in messaging app
to handle the message as any other message.

Since I am very new to android programming, and new to intents (cool
thing, BTW), I am not sure if this is possible. I think its possible
to have an activity to launch when a message is received with some
specific intent, right? But after I decide that my activity doesn't
want to handle the message, is it possible to redirect it to the built
in messaging app? How do I go about this?

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

Reply via email to