aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortunip3 <26260613+tunip3@users.noreply.github.com>2021-02-12 18:29:11 +0000
committerGitHub <noreply@github.com>2021-02-12 18:29:11 +0000
commit02eff4483904148b209189ffa0d97d4e0425f3b9 (patch)
tree50a34bdf582d66e2bb7d11c52b73c3ef5ea31dfa
parent4a937d9cd1731b547914bf6f8abed3c7e392b5d6 (diff)
add expanded resources rescap
-rw-r--r--tools/windows/packaging/uwp/package.appxmanifest.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/windows/packaging/uwp/package.appxmanifest.in b/tools/windows/packaging/uwp/package.appxmanifest.in
index ddb4222da3..08291e3d9d 100644
--- a/tools/windows/packaging/uwp/package.appxmanifest.in
+++ b/tools/windows/packaging/uwp/package.appxmanifest.in
@@ -4,7 +4,8 @@
xmlns:mp="http://schemas.microsoft.com/appx/2014/phone/manifest"
xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10"
xmlns:uap3="http://schemas.microsoft.com/appx/manifest/uap/windows10/3"
- IgnorableNamespaces="mp uap uap3">
+ xmlns:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities"
+ IgnorableNamespaces="mp uap uap3 rescap">
<Identity Name="@APP_PACKAGE_IDENTITY@" ProcessorArchitecture="@SDK_TARGET_ARCH@" Publisher="CN=@APP_PACKAGE_PUBLISHER@" Version="@APP_VERSION_CODE@.0" />
<mp:PhoneIdentity PhoneProductId="0175E9D8-B885-4F34-BE46-F3BA2C70C00C" PhonePublisherId="00000000-0000-0000-0000-000000000000" />
@@ -236,5 +237,6 @@
<uap:Capability Name="userAccountInformation" />
<uap:Capability Name="videosLibrary" />
<uap3:Capability Name="backgroundMediaPlayback" />
+ <rescap:Capability Name="expandedResources" />
</Capabilities>
</Package>