6 messages in com.googlegroups.android-developers[android-developers] Re: Do we have a...
FromSent OnAttachments
Naveen Garg25 Apr 2008 03:47 
David Welton25 Apr 2008 06:08 
drewski26 Apr 2008 07:34 
jcmb26 Apr 2008 11:23 
Naveen Garg29 Apr 2008 22:18 
Naveen Garg29 Apr 2008 23:23 
Subject:[android-developers] Re: Do we have any functionalities in Android to intercept calls and SMS
From:Naveen Garg (garg@gmail.com)
Date:04/29/2008 10:18:22 PM
List:com.googlegroups.android-developers

Many many thanks to all of you.

On Apr 26, 11:24 pm, jcmb <poks@gmail.com> wrote:

I have a simpler version of that tutorial up on my
wiki:http://code.google.com/p/android-for-gods/wiki/SMSHowTo

On Apr 26, 7:34 am, drewski <proo@gmail.com> wrote:

For the SMS question:http://www.helloandroid.com/node/159hasa tutorial where a received SMS message is intercepted and processed by a custom program. Getting it running was really straightforward. Page 2 of the tutorial is the one you want. I am not sure about intercepting messages that are being sent by other applications from your phone.

drewski

On Apr 25, 6:09 am, "David Welton" <davi@gmail.com> wrote:> > Dear
Friends,

Do we have any functionalities in Android to intercept calls and SMS. This program can be running in the background which will get the notification in case of any incoming/outgoing SMS or Call.

You can get notified of the phone state:

But for calls, at the moment, you can't get the number, or actually intercept the call.

SMS I don't know much about but I think you can receive those programmatically without much trouble.

-- David N. Welton