4 messages in com.googlegroups.android-internalsRe: Intercepting an outgoing call - L...
FromSent OnAttachments
Asaf14 Jan 2008 08:26 
londont14 Jan 2008 10:34 
Dexter's Brain25 Feb 2008 19:43 
Lance Mao25 Feb 2008 23:36 
Subject:Re: Intercepting an outgoing call - Looking for a hack
From:londont (tome@gmail.com)
Date:01/14/2008 10:34:43 AM
List:com.googlegroups.android-internals

Joining this one. I am looking for intercepting any outgoing phone call + the number dialed when the "send" button is pressed. Any googler with a solution to this one?

Tomer.

On Jan 14, 6:27 pm, Asaf <asaf@gmail.com> wrote:

Hi,

I'm trying to intercept an outgoing call and get its number. I have two problems with it. I'm looking for ANY possible solution.

The first is that PhoneStateIntentReceiver.getPhoneState() returns an enum which is undocumented and thus it is unclear what value (values?) are relevant for an outgoing call, as opposed to an incoming one.

The second and worse problem is getting the phone number dialed. Searching the forums and the entire 'net shows I'm not the only one in dire need for a solution here.

Please advise,