Android Question Dial a number directly

ocalle

Active Member
Licensed User
Longtime User
hello, i using the intent command buts open the contact list and need press the phone to call, is there a way to do directly?

B4X:
    Dim in As Intent
            in.Initialize(in.ACTION_CALL, "tel:+54929941xxx23")
    StartActivity(in)

 
Top