Page 1 of 1

Help with Active Call Activity

Posted: 14 Apr 2015 18:13
by mrocha
When I open native android dialer in an (off hook) active call, this open the active call screen with speaker phone and show dial pad buttons etc, I use an other dialer (not native) but when I open this dialer in an active call he not open active call screen, I try do an flow so, if start activity of new dialer it open native phone and (automatically) this open active call screen, but so native dialer not open active call screen, he only open if opened using launcher shortcut, have an activity to Active Call Screen? Some thing than I can use?

Thanks.

Re: Help with Active Call Activity

Posted: 15 Apr 2015 18:19
by Martin
You could either try to open the app again with an action Launch App or with an action Start Activity with action set to android.intent.action.CALL_BUTTON. You can also use option Explicit Component to limit the choice to one dialer when you have installed mutliple on your device.

Re: Help with Active Call Activity

Posted: 17 Apr 2015 16:09
by mrocha
Thanks