View Single Post
Old September 9th, 2010, 08:46 AM   #3 (permalink)
drewashby
New Member
 
Join Date: Sep 2010
Posts: 2
 
Device(s):
Thanks: 0
Thanked 0 Times in 0 Posts
Default 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.
drewashby is offline  
Reply With Quote