S spezialmaterie Member Licensed User Longtime User Nov 1, 2012 #1 Hello I want to make a phonecall in my app without the dailer, is this possible?
klaus Expert Licensed User Longtime User Nov 1, 2012 #2 Phone library. B4X: Dim p As PhoneCalls StartActivity(p.Call("1234567890")) Best regards. Upvote 0
S spezialmaterie Member Licensed User Longtime User Nov 1, 2012 #3 I now how to make a Phonecall, but i want to make the call without the dailer. I want to make the call in my app! Upvote 0
I now how to make a Phonecall, but i want to make the call without the dailer. I want to make the call in my app!
Erel B4X founder Staff member Licensed User Longtime User Nov 2, 2012 #4 See this thread: Automatic telephone call Upvote 0
S spezialmaterie Member Licensed User Longtime User Nov 2, 2012 #5 hello, thanks for the link. When i click on the button to start the call, the dailer screen opens and do the call but i want to have my own screen with my own call animation, not the screen from adroid, is this possible? Upvote 0
hello, thanks for the link. When i click on the button to start the call, the dailer screen opens and do the call but i want to have my own screen with my own call animation, not the screen from adroid, is this possible?
Erel B4X founder Staff member Licensed User Longtime User Nov 4, 2012 #6 I don't think that it is possible to not show this screen at all. You can try to start another activity in a few seconds and then "hide" this one. Upvote 0
I don't think that it is possible to not show this screen at all. You can try to start another activity in a few seconds and then "hide" this one.