Essentials: Open Application Settings

Created on 7 May 2018  路  2Comments  路  Source: xamarin/Essentials

Description

API that will expose a simple method to take the user to application settings.

Example

Xamarin.Essentials.ApplicationSettings.Open();

Notes

Not sure about the name.
A very simple implementation for iOS and Android can be found here.

needs-specifications ready-to-implement

Most helpful comment

My thought would be more under AppInfo....

AppInfo.OpenSettings();

All 2 comments

Xamarin.Essentials provides the unified APIs that work on iOS, Android, and UWP.

At the moment UWP does not provide common settings page/pane for apps [see], and makes the proposed APIs inconstant across the platforms. I propose to close this issue

Any thoughts? @jamesmontemagno @mattleibow

My thought would be more under AppInfo....

AppInfo.OpenSettings();

Was this page helpful?
0 / 5 - 0 ratings