In my App the user can change between dark and white theme at any time in the settings. After restarting the app, the settings are loaded to evaluate if the user uses the dark mode. If so, I want to have a dark background color on the native android splash screen.
Is there a way to change the native android splash screen color during runtime - for the next start? I've seen this question, but still no solution.
The problem is not to set the splash screen! I know this can be done by using this package or by simple steps in the android folder.