Yes Greg ....I also noticed the same thing. Could you suggest me what should i do ....because i need to track if the person hits ..."send to voicemail" ?
Abhinav Parashar On Apr 9, 12:11 am, Greg_G <[EMAIL PROTECTED]> wrote: > I can confirm this also, using the AndroidManifest.xml "Receiver->Intent > Filter->android.intent.action.PHONE_STATE" method of receiving > > the intent. > > When a call comes in, a PHONE_STATE intent with a STATE of RINGING is > broadcast. If the caller stops calling before the user presses a > button a STATE of IDLE is broadcast (after pressing OK to the missed > call). However, if the user hits "Send tovoicemail" before the > caller stops calling, it instead sends another RINGING broadcast. > > I believe the intended behavior is likely to be to send a PHONE_STATE > intent with a STATE of IDLE when the user presses "Send tovoicemail". Isn't > that correct? > > Greg --~--~---------~--~----~------------~-------~--~----~ 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] Announcing the new M5 SDK! http://android-developers.blogspot.com/2008/02/android-sdk-m5-rc14-now-available.html For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

