M mash4aa Member Licensed User Longtime User Jul 3, 2015 #1 How to stop dialing after 3 seconds when I use StartActivity(pc.Call("xxxxxxxxx")) simulation does not work keyg.keygenerator(KeyCodes.KEYCODE_ENDCALL)
How to stop dialing after 3 seconds when I use StartActivity(pc.Call("xxxxxxxxx")) simulation does not work keyg.keygenerator(KeyCodes.KEYCODE_ENDCALL)
DonManfred Expert Licensed User Longtime User Jul 3, 2015 #2 When executing StartActivity you´ll leave your app and starting another app which does to call. Your app is sleeping. You dont have control over the android.phone app and you cannot send any keycodes to it; reminder: your app is sleeping. Upvote 0
When executing StartActivity you´ll leave your app and starting another app which does to call. Your app is sleeping. You dont have control over the android.phone app and you cannot send any keycodes to it; reminder: your app is sleeping.
M mash4aa Member Licensed User Longtime User Jul 3, 2015 #3 and if it is otherwise, other than the command to dialing StartActivity (pc.Call ("xxxxxxxxx")) Upvote 0