Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Listener for Call end in Android

I am developing an application in which i want to keep a track of that when an outgoing call ends.For example,If a mobile phone user dials a call and then i want to run a programming code when the call is ended.I want this only for outgoing calls.

like image 749
yashbinani Avatar asked Jan 28 '11 06:01

yashbinani


1 Answers

You can do it with telephony api in android .see this link its have an example for it.

http://mobisys.in/blog/2011/09/is-your-call-ended-on-android-phone/

like image 149
chikka.anddev Avatar answered Nov 07 '22 17:11

chikka.anddev