Michelle Silva wrote: > It works! Thank you! Only one more doubt: how can i do to capture when > the user press end call key?
In your own activity, use onKeyDown() and watch for KeyEvent.KEYCODE_ENDCALL. If, however, you are referring to determining when the user ends the call, you can try a PhoneStateListener. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/commonsguy _Android Programming Tutorials_ Version 1.0 Available! --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

