Android Question Phone Calls

luke2012

Well-Known Member
Licensed User
Longtime User
Hi All,
Android allow to call (in-app code) a specific number programmatically (without user interaction) ?
 

Star-Dust

Expert
Licensed User
Longtime User
Use phone library
B4X:
Dim p As PhoneCalls
StartActivity(p.Call("1234567890"))
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…