Public API setSplashScreenStyle(3/N)
Use public API setSplashScreenStyle to set preferred style directly. Bug: 203497083 Test: atest SplashscreenTests Change-Id: Iac9bbef39fd1398e5612709056f49ee94eb805cf
This commit is contained in:
@@ -507,7 +507,7 @@ public abstract class BaseQuickstepLauncher extends Launcher
|
||||
ActivityOptionsCompat.setLauncherSourceInfo(
|
||||
activityOptions.options, mLastTouchUpTime);
|
||||
}
|
||||
activityOptions.options.setSplashscreenStyle(SplashScreen.SPLASH_SCREEN_STYLE_ICON);
|
||||
activityOptions.options.setSplashScreenStyle(SplashScreen.SPLASH_SCREEN_STYLE_ICON);
|
||||
addLaunchCookie(item, activityOptions.options);
|
||||
return activityOptions;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user