Skip to content

Commit 38134e1

Browse files
Merge pull request #2446 from peterfoot/patch-2
Update windows_applicationmodel_calls.md
2 parents cd585f2 + 5435796 commit 38134e1

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

windows.applicationmodel.calls/windows_applicationmodel_calls.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
## -description
99

10-
Controls multiple aspects of how an application on the phone behaves, including lock-screen interaction, the phone call history, and various telephony options and information.
10+
Controls multiple aspects of how an application can interact with a phone device, including lock-screen interaction, the phone call history, and various telephony options and information.
1111

1212
## -remarks
1313

@@ -23,11 +23,11 @@ The telephony options and information classes use the **CallsPhoneContract**. In
2323
> [!IMPORTANT]
2424
> If your application uses the **phoneCall** capability, you must request a waiver if you want to publish your application in China. Contact your premier support representative if you need the waiver.
2525
26+
## -examples
27+
2628
An example that demonstrates how to use much of the functionality of the Windows.ApplicationModel.Calls API can be found
2729
[here](https://github.com/microsoft/Windows-universal-samples/tree/v8.0.7/archived/PhoneCall).
2830

29-
## -examples
30-
3131
## -see-also
3232

3333
[Phone call sample](https://github.com/microsoft/Windows-universal-samples/tree/v8.0.7/archived/PhoneCall),

0 commit comments

Comments
 (0)