Retrieve incoming call’s phone number in Android
In your CustomPhoneStateListener class you have:
public void onCallStateChange
Try changing to:
@Override
public void onCallStateChanged
I'm trying the same functionality myself. If I can get it to work, I'll post an update.
|