Currently in my UWP application, I provide a way to change the app theme. But in order for the change to be effective, the user has to manually close the app and restart it. I'm looking for a way to do it automatically, ie, restart the app programmatically.
Is it even possible? thank you.
App.Current.Exit()
. Toast makes it easy for the users to manually restart, since that is the intension. – Marotta