Hi folks, anyone have idea how can I make my code receive a "Missed Call" event?
I know I can receive the RINGING state as well as OFFHOOK state via: TelephonyManager telephony = (TelephonyManager) context.getSystemService(Context.TELEPHONY_SERVICE); telephony.listen(phoneListener, PhoneStateListener.LISTEN_CALL_STATE); but what I need to have is to capture the event when the calling party terminated the call. tia, Marc -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en