Reputation: 7098
I trying to override the default splash logo using SplashScreen API, setSplashScreenTheme. But it fails to set overridden logo but takes the default application logo. Is there way to override default logo programatically.
Setting theme directly via manifest overrides logo, but wanted set this programatically.
Also I am not able to override style "Theme.SplashScreen", even when target and compile sdk is set to 31. Only able to override if android Splashscreen library is integrated
Upvotes: 1
Views: 602