I want to make an onCall event, I allready know that theres no such method but basicly what i want to do:
when an incoming call is recived, Popup Toast (or anything else)
any kind of tutorials or example code would help.
thanks alot.
I want to make an onCall event, I allready know that theres no such method but basicly what i want to do:
when an incoming call is recived, Popup Toast (or anything else)
any kind of tutorials or example code would help.
thanks alot.
Use PhoneStateListener
which has overrided method onCallStateChanged
You can use 3 states over there