OK What I need to do is fairly straightforward : Be able to programmatically (via some API) turn system settings on/off, like :
Any ideas on how to go about that? (I've searched everywhere and found nothing up-to-date)
you cannot change the settings through code but you can direct the user to the settings page by using the following navigation statement .
in this it will navigate to settings location page .. from this you can set location settings
similarly you can go to wifi and other settings
var navigate = Windows.System.Launcher.LaunchUriAsync(new Uri("ms-settings-location:"));
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With