hi you all,
i've to do a call, i use the following code:
on my phone it works on another smartphone it doesnt work.
it is the right code to do a call?
I mean, the olny thing i ve to think is that i use an old code and maybe there is a better code to do a call.
Hoping to have explained the problem.
thank you.
i've to do a call, i use the following code:
B4X:
Dim intent1 As Intent
intent1.Initialize("android.intent.action.CALL", "tel:999")
StartActivity(intent1)
on my phone it works on another smartphone it doesnt work.
it is the right code to do a call?
I mean, the olny thing i ve to think is that i use an old code and maybe there is a better code to do a call.
Hoping to have explained the problem.
thank you.