Skip to content

Commit 22e371d

Browse files
authored
Update action-provider-manifest.md (#5371)
1 parent a7d9f50 commit 22e371d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

hub/apps/develop/actions/action-provider-manifest.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Action providers must provide a **Registration** element which specifies the pat
2626
Id="..."
2727
PublicFolder="Assets">
2828
<uap3:Properties>
29-
<Registration>path\to\registration.json</Registration>
29+
<Registration>path\to\registration.json</Registration> <!-- path relative to the PublicFolder above -->
3030
</uap3:Properties>
3131
</uap3:AppExtension>
3232
</uap3:Extension>
@@ -35,8 +35,8 @@ Action providers must provide a **Registration** element which specifies the pat
3535

3636
## Additional requirements
3737

38-
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).
38+
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).
3939

40-
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".
40+
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".
4141

42-
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.
42+
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.

0 commit comments

Comments
 (0)