Merge "Rename 'EMPTY' to 'SOLID_COLOR' for splash screen API changes." into tm-dev am: 54da6aa355

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/16962932

Change-Id: Ie37c46c3c3851f539fa450d3c4329a3e728db993
This commit is contained in:
Wei Sheng Shih
2022-03-03 01:35:18 +00:00
committed by Automerger Merge Worker
@@ -79,7 +79,7 @@ class QuickstepInteractionHandler implements RemoteViews.InteractionHandler {
}
}
activityOptions.options.setPendingIntentLaunchFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
activityOptions.options.setSplashScreenStyle(SplashScreen.SPLASH_SCREEN_STYLE_EMPTY);
activityOptions.options.setSplashScreenStyle(SplashScreen.SPLASH_SCREEN_STYLE_SOLID_COLOR);
options = Pair.create(options.first, activityOptions.options);
if (pendingIntent.isActivity()) {
logAppLaunch(itemInfo);