Hi all,
Call signal generate in emunlator, that way is using the event injector.
However, event injector does not support in real device;RD-PQ.
Because, real device has various hardware chips, so can received to real signal, event.
But my device has problem. Does have not approved SIM Communication.
So I can not test CallManager API.
I tried to called ' OnTelephonyCallStatusChangedN( )' method.
And another way, I wrote the below source code.
__pCallManager = new (std::nothrow) CallManager();
r = __pCallManager->Construct(* this);
But did not work.
The solution to this problem if you know, PLEASE to tell me.
Thank you.