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,