Skip to content

Commit 98f839f

Browse files
authored
removing span (#3253)
1 parent ba26b19 commit 98f839f

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
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#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).
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).
1717

1818
## Launch the compose SMS dialog
1919

uwp/packaging/app-capability-declarations.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
2-
ms.assetid: 25B18BA5-E584-4537-9F19-BB2C8C52DFE1
32
title: App capability declarations
43
description: Capabilities must be declared in your Windows app's package manifest to access certain API or resources like pictures, music, or devices like the camera or the microphone.
54
ms.date: 12/16/2022
65
ms.topic: article
76
keywords: windows 10, uwp
87
ms.localizationpriority: medium
98
ms.custom: 19H1
9+
ms.assetid: 25B18BA5-E584-4537-9F19-BB2C8C52DFE1
1010
---
1111

1212
# App capability declarations
@@ -87,9 +87,6 @@ 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-
91-
<span id="special-and-restricted-capabilities" />
92-
9390
## Restricted capabilities
9491

9592
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.
@@ -132,8 +129,6 @@ If we don't approve your use of the capability, your submission will fail certif
132129
>
133130
> You may also use this method of requesting approval (rather than providing this info during your submission), whether or not you're using a development sandbox, if you prefer to confirm that you are approved to use a restricted capability before you start your submission.
134131
135-
<span id="restricted-and-special-use-capability-list" />
136-
137132
### Restricted capability list
138133

139134
The following table lists the restricted capabilities. You may request approval for these capabilities in apps that you submit to the Store by following the process described above.

0 commit comments

Comments
 (0)