Skip to content

Commit 79e5735

Browse files
authored
Update app-capability-declarations.md
1 parent da9d22e commit 79e5735

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

uwp/packaging/app-capability-declarations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ The following table lists the restricted capabilities. You may request approval
192192
| **Pen Workspace** | The **previewPenWorkspace** capability allows an app to access the Windows.ApplicationModel.Preview.Notes namespace to be hosted inside the pen workspace as the remember action handler. |
193193
| **Secondary Authentication Factor** | The **secondaryAuthenticationFactor** capability allows an app to unlock a PC by passing the secrets store on a nearby companion authentication device. For example, a companion fitness band can be used to unlock the PC. This capability is required to access APIs in the Windows.Security.Authentication.Identity.Provider namespace.<br/><br/>We don't recommend that you declare this capability in applications that you submit to the Microsoft Store. In most cases, the use of this capability won't be approved. |
194194
| **Store License Management**| The **storeLicenseManagement** capability allows Microsoft partner hub-apps to manage store licenses on the device. This capability is required to access APIs in the Windows.ApplicationModel.Store.LicenseManagement namespace. |
195-
| **User System ID**| The **userSystemId** capability allows apps to get a system identifier specific to the user. This identifier uniquely identifies the current user on a specific system and can be used to correlate information across apps. This capability is required to access the GetUserSpecificSystemId API in the Windows.System.Profile.SystemIdentification class. |
195+
| **User System ID**| The **userSystemId** capability allows apps to get a system identifier specific to the user. This identifier uniquely identifies the current user on a specific system and can be used to correlate information across apps. This capability is required to access the [SystemIdentification.GetSystemIdForUser(User)](/uwp/api/windows.system.profile.systemidentification.getsystemidforuser) method. |
196196
| **Targeted Content**| The **targetedContent** capability provides an application the ability to retrieve and use targeted subscription content provided by the [**Windows.Services.TargetedContent**](/uwp/api/windows.services.targetedcontent) namespace.<br/><br/>This capability is required to use some APIs in the **Windows.System.Profile.SystemIdentification** namespace. |
197197
| **UI Automation**| The **uiAutomation** capability allows a UI automation client, such as Narrator, to connect to a UI Automation server or provider.<br/><br/>This capability is required to use some APIs in the **Windows.Xbox.Media.Capture.Broadcaster** namespace. |
198198
|**Game Bar Services**| The **gameBarServices** is restricted to 1st party store updatable inbox UWAs.<br/><br/>This capability is required to use the [**Windows.Media.Capture.GameBarsSrvices**](/uwp/api/windows.media.capture.gamebarservices) class.<br/><br/>We don't recommend that you declare this capability in applications that you submit to the Microsoft Store. In most cases, the use of this capability won't be approved. |

0 commit comments

Comments
 (0)