luke2012 Well-Known Member Licensed User Longtime User Oct 30, 2017 #1 Hi All, Android allow to call (in-app code) a specific number programmatically (without user interaction) ?
Hi All, Android allow to call (in-app code) a specific number programmatically (without user interaction) ?
Star-Dust Expert Licensed User Longtime User Oct 30, 2017 #2 Use phone library B4X: Dim p As PhoneCalls StartActivity(p.Call("1234567890")) Upvote 0