I use
Dim pc as PhoneCalls
Dim number as String
number = "22334455" 'Just an invented number
StartActivity(pc.Call(number))
My app crashes in all my devices, maybe the cause are new Android restrictions? It would be enaugh for me to open the system dialer with the number ready.