I want to declare file type associations in package.appxmanifest file to support all types of files. I tried with ".*", but this dint work.
I want to access KnownFolders.Documents Library from the app. So I have manually added the capability in my package.appxmanifest file. Now this requires me to specify all the file types which can be accessed. So I want to declare the file type associations in package.appxmanifest file to support all types of files.
How can I do this?
Thanks