I need to watch if the phone user declined an incoming call.
I am using my own subclass od PhoneStateListener where in onCallStateChanged 
method I am testing the state on values of 
TelephonyManager.CALL_STATE_IDLE, CALL_STATE_OFFHOOK and CALL_STATE_RINGING.
Everything is working as I assumed except for one thing:

When the phone user declined an incoming call *behaves exactly the same* as 
missed call (ie. call is terminated by caller).

Is there any chance to distinguish these two types of terminated call?

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to