In metro stye app, there is a Package.AppxManifest file, where you can specify the Capabilities the app requires. But How can i enable a non-metro app to access the capabilites? For example, you must specify a Proximity capability when you use PeerFinder
class. Now I can call PeerFinder in non-metro application, but it throw "access denied "exception as I can't find where to specity the Proximity capability.
Anyone can help?
Thanks in advance.