Reputation: 9141
I saw that Internet Explorer's settings are available both from the application and the OS's settings (actually, the application points to the settings page in the OS). Is there any way to manually or (preferably) programmatically add my application's settings page there?
Upvotes: 5
Views: 858
Reputation: 14882
This isn't implemented in the current release of the tools.
Settings are via app's own pages.
Upvotes: 3
Reputation: 2248
This is currently not available in the SDK for the current release. Hopefully they support it down the line, but you need to write your own settings page right now and have it navigable to from within your app.
Upvotes: 1