Vercas
Vercas

Reputation: 9141

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 page in the OS). Is there any way to manually or (preferably) programmatically add my application's settings page there?

Upvotes: 5

Views: 858

Answers (2)

Mick N
Mick N

Reputation: 14882

This isn't implemented in the current release of the tools.

Settings are via app's own pages.

Upvotes: 3

nickohrn
nickohrn

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

Related Questions