I try to get default dial pad call disconnect button click for get call state Ex: Active, disconnecting , disconnected and ect..
I need call state without using InCallService class .Because IncallService class only response for Custom dial app. May you help me for Suitable answer. Thank you
It sounds like you may want to look at the Android PhoneStateListener class:
Assuming you are in an active call you will see the state change to idle when the user ends the call by hitting the call disconnect button.
Check that you have permissions for the particular info you need:
If you want to actually intercept the button click and do something other than end the call, this is not supported AFAIK.