Reputation: 293
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.
Upvotes: 2
Views: 9316
Reputation: 9005
Use PhoneStateListener
which has overrided method onCallStateChanged
You can use 3 states over there
Upvotes: 6