Retrieve incoming call’s phone number in Android
Use PhoneStateListener. It has an onCallStateChanged handler; one of the supplied arguments you’ll get is a String containing the incoming phone number.
Use PhoneStateListener. It has an onCallStateChanged handler; one of the supplied arguments you’ll get is a String containing the incoming phone number.