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 to voicemail" 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 to voicemail". 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 -~----------~----~----~----~------~----~------~--~---

