|
1 | 1 | ---
|
2 |
| -ms.assetid: 25B18BA5-E584-4537-9F19-BB2C8C52DFE1 |
3 | 2 | title: App capability declarations
|
4 | 3 | 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.
|
5 | 4 | ms.date: 12/16/2022
|
6 | 5 | ms.topic: article
|
7 | 6 | keywords: windows 10, uwp
|
8 | 7 | ms.localizationpriority: medium
|
9 | 8 | ms.custom: 19H1
|
| 9 | +ms.assetid: 25B18BA5-E584-4537-9F19-BB2C8C52DFE1 |
10 | 10 | ---
|
11 | 11 |
|
12 | 12 | # App capability declarations
|
@@ -87,9 +87,6 @@ Device capabilities allow your app to access peripheral and internal devices. De
|
87 | 87 | | **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. |
|
88 | 88 | | **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. |
|
89 | 89 |
|
90 |
| - |
91 |
| -<span id="special-and-restricted-capabilities" /> |
92 |
| - |
93 | 90 | ## Restricted capabilities
|
94 | 91 |
|
95 | 92 | 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
|
132 | 129 | >
|
133 | 130 | > 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.
|
134 | 131 |
|
135 |
| -<span id="restricted-and-special-use-capability-list" /> |
136 |
| - |
137 | 132 | ### Restricted capability list
|
138 | 133 |
|
139 | 134 | 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