From d467d28d2db76e01e6667d5597ed470c8ee636cd Mon Sep 17 00:00:00 2001 From: Alexander Sklar Date: Sat, 29 Mar 2025 14:46:44 -0700 Subject: [PATCH] Update action-provider-manifest.md --- hub/apps/develop/actions/action-provider-manifest.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/hub/apps/develop/actions/action-provider-manifest.md b/hub/apps/develop/actions/action-provider-manifest.md index 7a3f1b2a7e..8b29ecdf22 100644 --- a/hub/apps/develop/actions/action-provider-manifest.md +++ b/hub/apps/develop/actions/action-provider-manifest.md @@ -26,7 +26,7 @@ Action providers must provide a **Registration** element which specifies the pat Id="..." PublicFolder="Assets"> - path\to\registration.json + path\to\registration.json @@ -35,8 +35,8 @@ Action providers must provide a **Registration** element which specifies the pat ## Additional requirements -Both COM and URI-launched action providers must have package identity. Package identity is declare in the app package manifest file using the [Identity](/uwp/schemas/appxpackage/uapmanifestschema/element-identity) element. For more information, see [An overview of Package Identity in Windows apps](/windows/apps/desktop/modernize/package-identity-overview). +Both COM and URI-launched action providers must have package identity. Package identity is declared in the app package manifest file using the [Identity](/uwp/schemas/appxpackage/uapmanifestschema/element-identity) element. For more information, see [An overview of Package Identity in Windows apps](/windows/apps/desktop/modernize/package-identity-overview). -COM-based action providers must have be *full trust apps* which have an integrity level of *mediumIL*. This is declared in the app package manifest file by setting the [*uap10:TrustLevel](/uwp/schemas/appxpackage/uapmanifestschema/element-uap10-extension) attribute to "mediumIL". +COM-based action providers must be *full trust apps* which have an integrity level of *mediumIL*. This is declared in the app package manifest file by setting the [*uap10:TrustLevel](/uwp/schemas/appxpackage/uapmanifestschema/element-uap10-extension) attribute to "mediumIL". -URI-launched action providers must also have a trust level of *mediumIL*. If a URI-launched action provider will return outputs, the app must implement the ability to be launched for results. For more information, see [Launch an app for results](/windows/uwp/launch-resume/how-to-launch-an-app-for-results). URI-launched action providers that return outputs must also instantiate the runtime. \ No newline at end of file +URI-launched action providers must also have a trust level of *mediumIL*. If a URI-launched action provider will return outputs, the app must implement the ability to be launched for results. For more information, see [Launch an app for results](/windows/uwp/launch-resume/how-to-launch-an-app-for-results). URI-launched action providers that return outputs must also instantiate the runtime.