Loading quickstep/src/com/android/launcher3/uioverrides/QuickstepInteractionHandler.java +1 −0 Original line number Diff line number Diff line Loading @@ -50,6 +50,7 @@ class QuickstepInteractionHandler implements RemoteViews.InteractionHandler { Pair<Intent, ActivityOptions> options = remoteResponse.getLaunchOptions(hostView); ActivityOptionsWrapper activityOptions = mLauncher.getAppTransitionManager() .getActivityLaunchOptions(mLauncher, hostView); activityOptions.options.setPendingIntentLaunchFlags(Intent.FLAG_ACTIVITY_NEW_TASK); Object itemInfo = hostView.getTag(); if (itemInfo instanceof ItemInfo) { mLauncher.addLaunchCookie((ItemInfo) itemInfo, activityOptions.options); Loading Loading
quickstep/src/com/android/launcher3/uioverrides/QuickstepInteractionHandler.java +1 −0 Original line number Diff line number Diff line Loading @@ -50,6 +50,7 @@ class QuickstepInteractionHandler implements RemoteViews.InteractionHandler { Pair<Intent, ActivityOptions> options = remoteResponse.getLaunchOptions(hostView); ActivityOptionsWrapper activityOptions = mLauncher.getAppTransitionManager() .getActivityLaunchOptions(mLauncher, hostView); activityOptions.options.setPendingIntentLaunchFlags(Intent.FLAG_ACTIVITY_NEW_TASK); Object itemInfo = hostView.getTag(); if (itemInfo instanceof ItemInfo) { mLauncher.addLaunchCookie((ItemInfo) itemInfo, activityOptions.options); Loading