aboutsummaryrefslogtreecommitdiff
path: root/tools/windows
diff options
context:
space:
mode:
authorAnton Fedchin <anightik@gmail.com>2018-01-18 17:18:28 +0300
committerAnton Fedchin <anightik@gmail.com>2018-01-18 17:18:28 +0300
commit3648b3899cc994ab232375deffeb98b7be5a87d4 (patch)
tree8debb489749ddcf7de6286d11f7f916a135b67be /tools/windows
parent089ffc36375a0bb374c6e3402d3dad3624ea749d (diff)
[win10] make the uwp app working in background and handles media buttons.
Diffstat (limited to 'tools/windows')
-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 c4bf60359b..1b4a619151 100644
--- a/tools/windows/packaging/uwp/package.appxmanifest.in
+++ b/tools/windows/packaging/uwp/package.appxmanifest.in
@@ -3,7 +3,8 @@
xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10"
xmlns:mp="http://schemas.microsoft.com/appx/2014/phone/manifest"
xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10"
- IgnorableNamespaces="uap mp">
+ xmlns:uap3="http://schemas.microsoft.com/appx/manifest/uap/windows10/3"
+ IgnorableNamespaces="mp uap uap3">
<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" />
@@ -234,5 +235,6 @@
<uap:Capability Name="removableStorage" />
<uap:Capability Name="userAccountInformation" />
<uap:Capability Name="videosLibrary" />
+ <uap3:Capability Name="backgroundMediaPlayback" />
</Capabilities>
</Package> \ No newline at end of file