Android Question Hide dialer when dialing

GMan

Well-Known Member
Licensed User
Longtime User
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")
 

GMan

Well-Known Member
Licensed User
Longtime User
I'll give it a try
 
Upvote 0
Top