UWP URI for making a call
问题 I'm working on a UWP app that uses a RichTextBlock to display some text that the user can enter, I want it to Identify phone numbers so that I can tap the number and then the application should take me to the call app or people app and give me the option to call this number. I search for a solution for that and what I found so far is in this link: https://msdn.microsoft.com/en-us/windows/uwp/launch-resume/launch-default-app I couldn't find the URI that I can use to make it work, the best