Skip to content

Commit 17c841a

Browse files
Merge pull request #5330 from MicrosoftDocs/main
Main to live merge for latest windows-dev-docs-pr changes
2 parents aaf36cb + b7c4276 commit 17c841a

File tree

2 files changed

+5
-10
lines changed

2 files changed

+5
-10
lines changed

hub/apps/desktop/modernize/grant-identity-to-nonpackaged-apps.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Note the below important details about this manifest:
7070
* Set `MinVersion` to `10.0.26100.0` to restrict the identity package to Windows 11, version 24H2 and above
7171
* Set `MaxVersionTested` to `10.0.26100.0` as shown
7272
* Ensure the `runFullTrust` and `unvirtualizedResources` capabilities are declared as shown for Win32 compatibility
73-
* Add an `Application` element as shown for each binary associated with your application
73+
* Add an `Application` element as shown for each executable associated with your application
7474
* Ensure `TrustLevel` is `mediumIL` and `RuntimeBehavior` is `win32App` as shown for Win32 compatibility
7575
* The `VisualElements` child element is required, but the `AppListEntry="none"` attribute ensures the identity package isn't shown among installed apps
7676
* Update the `DisplayName` and `Description` attributes with relevant details and leave the other attributes as shown (the referenced image paths do not need to resolve)

hub/apps/develop/windows-integration/cross-device-people-api.md

+4-9
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,15 @@
11
---
22
title: Cross Device People API
33
description: Learn how third party apps can integrate with Windows People experiences with APIs to store all their contacts.
4-
ms.date: 06/18/2024
5-
ms.topic: article
4+
ms.date: 04/10/2025
5+
ms.topic: how-to
6+
# customer intent: As a Windows developer, I want to learn how to integrate my app with Windows People experiences so that I can provide a seamless experience for my users.
67
---
78

89
# Cross Device People API
910

1011
Windows is an ideal platform for third party apps to integrate their top people contacts. This integration enables users to interact with the personas for various people experiences. Windows now provides third party WinUI 3, UWP, and other apps with [package identity](/windows/apps/desktop/modernize/package-identity-overview) with APIs to store all their contacts.
1112

12-
> [!IMPORTANT]
13-
> Some information relates to a prerelease product which may be substantially modified before it's commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
14-
15-
> [!NOTE]
16-
> Apps can try this feature as soon as it is released to the [Windows Insider Program](https://www.microsoft.com/windowsinsider/) (Beta Channel) in Windows Update settings (see [Get started with the Windows Insider Program](/windows-insider/get-started) for more information).
17-
1813
Once your apps store their contacts in Windows, users will be able to see these contact suggestions on the **Share** panel in Windows to seamlessly share with their top contacts. See [How to share files in File Explorer on Windows](https://support.microsoft.com/windows/how-to-share-files-in-file-explorer-on-windows-dcf7d3dc-40f7-111a-0c9e-a8981c4bbc32) for more information about the **Share** panel.
1914

2015
## Creating a UserDataAccount for People Contract
@@ -120,7 +115,7 @@ It's at the discretion of apps when to update the ranks of the contacts stored i
120115

121116
1. Create a new `ContactAnnotationList`. Follow the steps in the [Storing ranks for contacts](#storing-ranks-for-contacts) section to create a new annotation list and store ranks for your top contacts.
122117

123-
## See also
118+
## Related content
124119

125120
- [UserDataAccount](/uwp/api/windows.applicationmodel.userdataaccounts.userdataaccount)
126121
- [ContactStore](/uwp/api/windows.applicationmodel.contacts.contactstore)

0 commit comments

Comments
 (0)