Hi everyone,
in my application i have a button that does this:
Sub Button1_Click
Mediaplayer1.Initialize
MediaPlayer1.Load(File.DirAssets, "Click1.wav")
MediaPlayer1.Play
Dim p As PhoneCalls
StartActivity(p.Call("123456789"))
If I press that button the phone starts immediately calling that number, well that's is OK for me, because I want that button to make the phone call, but when I install the program to my htc desire hd phone, it displays a warning msg saying that this program can call ppl and make expensive phone calls directly...
What can I do so this warning don't get displayed and what is the code that I can use to display some kind of option once the user press that button, it displays the option if he wants to call that number or not, if he press yes he calls the number, if press no, it goes back to the previous activity.
Is this possible?, I hope I make myself clear.
Thanks in advance,
Joel Fonseca