Skip to content

Commit

Permalink
removing span (#3253)
Browse files Browse the repository at this point in the history
  • Loading branch information
stevewhims authored Jan 4, 2023
1 parent ba26b19 commit 98f839f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion uwp/contacts-and-calendar/sending-an-sms-message.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ms.localizationpriority: medium

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.

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).
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).

## Launch the compose SMS dialog

Expand Down
7 changes: 1 addition & 6 deletions uwp/packaging/app-capability-declarations.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
ms.assetid: 25B18BA5-E584-4537-9F19-BB2C8C52DFE1
title: App capability declarations
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.
ms.date: 12/16/2022
ms.topic: article
keywords: windows 10, uwp
ms.localizationpriority: medium
ms.custom: 19H1
ms.assetid: 25B18BA5-E584-4537-9F19-BB2C8C52DFE1
---

# App capability declarations
Expand Down Expand Up @@ -87,9 +87,6 @@ Device capabilities allow your app to access peripheral and internal devices. De
| **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. |
| **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. |


<span id="special-and-restricted-capabilities" />

## Restricted capabilities

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.
Expand Down Expand Up @@ -132,8 +129,6 @@ If we don't approve your use of the capability, your submission will fail certif
>
> 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.
<span id="restricted-and-special-use-capability-list" />

### Restricted capability list

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.
Expand Down

0 comments on commit 98f839f

Please sign in to comment.