Skip to content

Instantly share code, notes, and snippets.

@chaosddp
Created April 14, 2016 09:18
Show Gist options
  • Save chaosddp/203ec0f0947e9692a3de700cdf247ab0 to your computer and use it in GitHub Desktop.
Save chaosddp/203ec0f0947e9692a3de700cdf247ab0 to your computer and use it in GitHub Desktop.
await Windows.System.Launcher.LaunchUriAsync(new Uri("tel:" + "number here"));
// or
Windows.ApplicationModel.Calls.PhoneCallManager.ShowPhoneCallUI("number here", "test");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment