Skip to content

Commit f026158

Browse files
authored
trying a better solution for the span (MicrosoftDocs#3254)
1 parent 98f839f commit f026158

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

uwp/contacts-and-calendar/sending-an-sms-message.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.localizationpriority: medium
1313

1414
This topic shows you how to launch the compose SMS dialog to allow the user to send an SMS message. You can pre-populate the fields of the SMS with data before showing the dialog. The message will not be sent until the user taps the send button.
1515

16-
To call this code, declare the **chat**, **smsSend**, and **chatSystem** capabilities in your package manifest. These are [restricted capabilities](../packaging/app-capability-declarations.md#restricted-capabilities) but you can use them in your app. You need approval only if you intend to publish your app to the Store. See [Account types, locations, and fees](/windows/apps/publish/partner-center/account-types-locations-and-fees).
16+
To call this code, declare the **chat**, **smsSend**, and **chatSystem** capabilities in your package manifest. These are [restricted capabilities](../packaging/app-capability-declarations.md#special-and-restricted-capabilities) but you can use them in your app. You need approval only if you intend to publish your app to the Store. See [Account types, locations, and fees](/windows/apps/publish/partner-center/account-types-locations-and-fees).
1717

1818
## Launch the compose SMS dialog
1919

uwp/packaging/app-capability-declarations.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,8 @@ Device capabilities allow your app to access peripheral and internal devices. De
8787
| **User Data Tasks** | The **userDataTasks" device capability provides access to APIs in the [Windows.ApplicationModel.UserDataTasks](/uwp/api/windows.applicationmodel.userdatatasks) namespace, which provide access to the task items that are stored in Windows by Exchange ActiveSync (EAS) connections and other provider apps. |
8888
| **User Notification Listener** | The **userNotificationListener" device capability provides access to APIs in the [Windows.UI.Notifications.Management](/uwp/api/windows.ui.notifications.management) namespace, which enable management of user notifications. |
8989

90+
<span id="special-and-restricted-capabilities"></span>
91+
9092
## Restricted capabilities
9193

9294
If your app declares any restricted capabilities, then you must provide info during the [app submission process](/windows/apps/publish/app-submissions) in order to be approved to publish your app to the Microsoft Store. You provide this info on the [Submission options](/windows/apps/publish/manage-submission-options.md#restricted-capabilities) page of your submission, explaining how your app uses each restricted capability that it declares.

0 commit comments

Comments
 (0)