c# - PhoneCallTask always prompts -


This is related to PhoneCallTask ​​ for Windows Phone 8.

I was planning to make an emergency app for Windows Phone and tried using PhoneCallTask ​​. This job does I work to add to it:

  Phonalkotusk call = new phonecoltask (); Call.DisplayName = "name"; Call. Phone number = "0123456789"; Call.Show ();   

This is well and good but there is one thing which really frustrates me, to get the whole point of this app accelerated and to call when you like the normal phone call app

Now whenever I click on the call button a message box says, do I want to dial the number. It's really annoying. I was just wondering if there was any way to get rid of it and go straight to the call?

As is said:

Users have their applications Use the phone call function to enable a phone call from. The phone call function launches the phone application and displays the phone number and displays the name you specify. Phone calls are not kept until the user clicks the call button.

The method only shows phone applications.

Imagine that this is a suitable app dialing other numbers (especially expensive).

Comments

Popular posts from this blog

c - Mpirun hangs when mpi send and recieve is put in a loop -

python - Apply coupon to a customer's subscription based on non-stripe related actions on the site -

java - Unable to get JDBC connection in Spring application to MySQL -