[android-beginners] Re: Intercepting Calls

2008-10-23 Thread Sheida S.
Thank you Megha...   Also, is there no plan on having a plug in for Netbean? there is a plug in out there, but it seems to be broken.   Thank you Sheida. --- On Thu, 10/23/08, Megha Joshi [EMAIL PROTECTED] wrote: From: Megha Joshi [EMAIL PROTECTED] Subject: [android-beginners] Re: Intercepting

[android-beginners] Re: Intercepting Calls

2008-10-22 Thread Sheida
Megha, I was thinking about intercepting outgoing calls. like if they dial 411, or whatever... thanks.Sheida. On Sep 9, 10:41 am, Megha Joshi [EMAIL PROTECTED] wrote: In the previous post I mentioned PhoneStateIntentReceiver...which has been removed in the latest sdk. Sorry for the

[android-beginners] Re: Intercepting Calls

2008-10-22 Thread Megha Joshi
For intercepting outgoing calls, you can use register a receiver for ACTION_NEW_OUTGOING_CALL: http://code.google.com/android/reference/android/content/Intent.html#ACTION_NEW_OUTGOING_CALL 2008/10/22 Sheida [EMAIL PROTECTED] Megha, I was thinking about intercepting outgoing calls. like if

[android-beginners] Re: Intercepting Calls

2008-09-09 Thread Bill P.
I am actually interested in doing something when a call comes in, so if there is a way, that would be great. (i am just getting into this.) thanks. --- On Mon, 9/8/08, Sheida [EMAIL PROTECTED] wrote: From: Sheida [EMAIL PROTECTED] Subject: [android-beginners] Intercepting Calls To: Android

[android-beginners] Re: Intercepting Calls

2008-09-09 Thread Megha Joshi
In the previous post I mentioned PhoneStateIntentReceiver...which has been removed in the latest sdk. Sorry for the confusion. It has now been replaced by PhoneStateListener(): http://code.google.com/android/reference/android/telephony/PhoneStateListener.html You can use this along with

[android-beginners] Re: Intercepting Calls

2008-09-08 Thread Megha Joshi
2008/9/8 Sheida [EMAIL PROTECTED] Hi, I have a question. Is there any support in Android's SDK for intercepting calls? for example, if I wanted to do something interesting when they call a particular number... For security reasons, you cannot intercept the incoming call in any way, except