Hello,
please help to solve a problem,
as I know in the project for Windows 8.1 we can switch themes at runtime,
code below gives Unsupported exception, I want to change theme of entire application on the SettingsFlyoutPage
Application.Current.RequestedTheme = ApplicationTheme.Light;