WP7 application settings page in the OS's application settings?
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 pa开发者_如何学Cge in the OS). Is there any way to manually or (preferably) programmatically add my application's settings page there?
This isn't implemented in the current release of the tools.
Settings are via app's own pages.
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.
精彩评论