jpboudreault
jpboudreault

Reputation: 1057

Automatic phone number dialing with windows 8 phone

I would like to know if it is possible to automatically dial a phone number (911) within an app in Windows Phone 8. Using href I can bring up the dialer with the number but the user still has to manually press dial (inconvenient when in need for immediate assistance).

<a href="tel:+15555555555">Call me at +1 (555) 555-5555</a>

Thanks!

Upvotes: 2

Views: 466

Answers (1)

keyboardP
keyboardP

Reputation: 69392

No, actions such as making a phone call or sending a text (via the phone's SIM card and not a web service) requires user interaction with the current SDK. This seems to be a security design as it prevents malicious apps from secretly sending texts or dialling premium rate numbers without the user's knowledge.

Upvotes: 2

Related Questions