Good morning,
I am making an application that intercepts incoming calls. PE_PhoneStateChanged I use to capture the events, without any problem.
PE_PhoneStateChanged (State As String, IncomingNumber As String, Intent As Intent)
With PE_PhoneStateChanged also find out if there is any outgoing call working correctly, but, how I can know which is the number I am calling, that is, the outcomingNumber?
Thank you!
I am making an application that intercepts incoming calls. PE_PhoneStateChanged I use to capture the events, without any problem.
PE_PhoneStateChanged (State As String, IncomingNumber As String, Intent As Intent)
With PE_PhoneStateChanged also find out if there is any outgoing call working correctly, but, how I can know which is the number I am calling, that is, the outcomingNumber?
Thank you!