[android-developers] Re: Intercepting the Android phone dialer

2010-07-13 Thread Randall
Thank you very much for helping me out! Kinda got this to work. To intercept the call completely, you have to set the priority to -1 like this: And also, you'll need to set the PROCESS_OUTGOING_CALLS permission: There's no way (that I know of) to test it in the emulator. I have to h

[android-developers] Re: Intercepting the Android phone dialer

2010-07-12 Thread Denis Souza
You can declare a BroadcastReceiver to for the NEW_OUTGOING_CALL intent such as: That would intercept an outgoing call after it's dialed. More on this: http://developer.android.com/reference/android/content/Intent.html#ACTION_NEW_OUTGOING_CALL I don't know how you would actually make the

[android-developers] Re: Intercepting the Android phone dialer

2010-07-11 Thread Randall
I'd like to know this as well. Did you find out how to do it, yet? On Jun 30, 1:41 pm, Jaap wrote: > Maybe I did not explain myself well. What I want is somebody to use > the defaultphoneapplication on Android but when the call button is > pressed my application gets thenumberand no call is being

[android-developers] Re: Intercepting the Android phone dialer

2010-06-30 Thread Jaap
Maybe I did not explain myself well. What I want is somebody to use the default phone application on Android but when the call button is pressed my application gets the number and no call is being placed. Jaap On Jun 26, 10:30 pm, Jaap wrote: > Hi, > > There are some programs to make calls via S