NeoTechni Well-Known Member Licensed User Longtime User Apr 5, 2014 #1 I don't want to dial a number, I just want to open the activity but the program manager can't get it's starting intent
I don't want to dial a number, I just want to open the activity but the program manager can't get it's starting intent
NJDude Expert Licensed User Longtime User Apr 5, 2014 #2 Try this: B4X: Dim i As Intent i.Initialize(i.ACTION_VIEW, "tel:")' StartActivity(i) Upvote 0