I have migrated my splash screen to Android splash screen to support android 12. App uses user theme based on color. The theme was set onCreate() method of activity with setTheme() method.
After migration, I can set only one theme through XML attribute "postSplashScreenTheme". How to set "postSplashScreenTheme" programmatically.