any luck? Intent answercall = new Intent(Intent.ACTION_ANSWER); startActivity(answercall);
seems so nice... On Jun 16, 12:04 pm, Kartic <[email protected]> wrote: > Hi, > > I am making a Phone app and would like to intercept both incoming call > and outgoing call events. > > My query is regarding ACTION_ANSWER. > earlier there was a problem in using this action (it has been > explained in the foloowing threads) > > http://groups.google.com/group/android-developers/browse_thread/threa... > > http://groups.google.com/group/android-developers/browse_thread/threa... > > http://groups.google.com/group/android-developers/browse_thread/threa... > > Does this action work now? can anyone from google confirm this? > > Thanks, > kartic -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

