Help with Active Call Activity

Post your questions and help other users.

Moderator: Martin

Post Reply
mrocha
Posts: 29
Joined: 18 Nov 2014 18:16

Help with Active Call Activity

Post by mrocha » 14 Apr 2015 18:13

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.

User avatar
Martin
Posts: 4468
Joined: 09 Nov 2012 14:23

Re: Help with Active Call Activity

Post by Martin » 15 Apr 2015 18:19

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.

mrocha
Posts: 29
Joined: 18 Nov 2014 18:16

Re: Help with Active Call Activity

Post by mrocha » 17 Apr 2015 16:09

Thanks

Post Reply