I have a UWP app that needs full access to the filesystem. Basically, I need to be able to access any file or folder that a user can access with Explorer. To do this, I set <rescap:Capability Name="broadFileSystemAccess"/>. The app's been accepted and is now published in the store. Its store details show that its permissions include full filesystem access. Everything works fine.
My questions:
Why are there Microsoft and non-Microsoft store apps that have full access but do not show that permission in their store details?
Once installed, why does settings for those apps not show the "App Permissions/File System" toggle yet they have full access? My settings page has it. If I disable it, my app doesn't work very well.
As an example, take Microsoft's "Snip & Sketch". It's in the store but apparently does not request rescap:Capability/broadFileSystemAccess. Yet I can do a snip and save the result in any folder.
The reason I ask it that to deliberately and visibly ask for full access can be a bit scary for a user. What would be much nicer would be to have default file access like Snip & Sketch, and any other desktop app. So, how do these app get broadFileSystemAccess?