Can I programmatically configure Windows Phone settings (for example, screen brightness)?

Is there a way to set any parameters from the "Settings" menu programmatically, from the application?

For example, change the date-time, set the screen brightness or change the theme color, etc.

+3
source share
1 answer

Currently, this functionality is not disclosed by the API.

Only the user can control these functions.

+5
source

Source: https://habr.com/ru/post/1771840/


All Articles