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 ?
I tried, but nothing...
Some ideas?
Tnks in advance.
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.