F frenkipi Member Licensed User Longtime User Feb 13, 2017 #1 Hello, I would like to insert a phone number to a dieller, I know how to make a call directly. But I would like to display it first. Bellow is an image with an example what would I like to achieve.
Hello, I would like to insert a phone number to a dieller, I know how to make a call directly. But I would like to display it first. Bellow is an image with an example what would I like to achieve.
Erel B4X founder Staff member Licensed User Longtime User Feb 14, 2017 #2 B4X: Dim in As Intent in.Initialize (in.ACTION_VIEW, "tel:" & phonenumber) StartActivity(in) Upvote 0