N NashCrash New Member Jul 28, 2008 #1 Hi! I'm sorry for my bad english! I'm searching for a command to close a phone call. Do It exists something like Phone.Close ? B4X: sub smartCall(number) phone.call(number) sleep(10000) [COLOR="Red"]phone.close[/COLOR] end sub I tried, but nothing... Some ideas? Tnks in advance.
Hi! I'm sorry for my bad english! I'm searching for a command to close a phone call. Do It exists something like Phone.Close ? B4X: sub smartCall(number) phone.call(number) sleep(10000) [COLOR="Red"]phone.close[/COLOR] end sub I tried, but nothing... Some ideas? Tnks in advance.
Erel B4X founder Staff member Licensed User Longtime User Jul 28, 2008 #2 See this thread: http://www.b4x.com/forum/code-samples-tips/1736-answering-dropping-call-code.html
N NashCrash New Member Jul 31, 2008 #3 Ops... I not saw that! :sign0161: Thanks for the answer! :sign0188: