Loading libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/BubbleTransitions.java +2 −0 Original line number Diff line number Diff line Loading @@ -783,6 +783,8 @@ public class BubbleTransitions { intent = mBubble.getPendingIntent(); sendOptsBundle.putAll(opts.toBundle()); } else { opts.setPendingIntentCreatorBackgroundActivityStartMode( MODE_BACKGROUND_ACTIVITY_START_ALLOW_ALWAYS); intent = PendingIntent.getActivityAsUser(mContext, 0, mBubble.getIntent(), FLAG_IMMUTABLE | FLAG_ONE_SHOT, opts.toBundle(), mBubble.getUser()); Loading Loading
libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/BubbleTransitions.java +2 −0 Original line number Diff line number Diff line Loading @@ -783,6 +783,8 @@ public class BubbleTransitions { intent = mBubble.getPendingIntent(); sendOptsBundle.putAll(opts.toBundle()); } else { opts.setPendingIntentCreatorBackgroundActivityStartMode( MODE_BACKGROUND_ACTIVITY_START_ALLOW_ALWAYS); intent = PendingIntent.getActivityAsUser(mContext, 0, mBubble.getIntent(), FLAG_IMMUTABLE | FLAG_ONE_SHOT, opts.toBundle(), mBubble.getUser()); Loading