Is it possible to SUPRESS the Dialer completly and keep showing the app screen ?
i used following code to call directly (without pressing the call button or similar)
B4X:
Dim PC1 As PhoneCalls
StartActivity(PC1.Call("+49215123456789")
I think that the best you can do is to try to show your app a few seconds after making the call. This can be done by calling StartActivity from a service.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.