call_phone makecall phonecall

  1. R

    Android Question Simple make call button

    hello, i am new in this community. i tried to create a simple button make call. i used the following code Sub Button1_Click Dim phn As PhoneCalls StartActivity(phn.Call("062567889")) End Sub i add in the Manifest editor : AddPermission(android.permission.CALL_PHONE) the...
Top