Advertisement
Guest User

Untitled

a guest
Oct 12th, 2017
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Package
  3. xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10"
  4. xmlns:mp="http://schemas.microsoft.com/appx/2014/phone/manifest"
  5. xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10"
  6. xmlns:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities"
  7. IgnorableNamespaces="uap mp rescap">
  8. ...
  9. ...
  10. <Capabilities>
  11. <rescap:Capability Name="extendedBackgroundTaskTime"/>
  12. </Capabilities>
  13. ...
  14. ...
  15. </Package>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement