Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 319f11d7 authored by Mady Mellor's avatar Mady Mellor Committed by Automerger Merge Worker
Browse files

Merge "Set that bubbles have background launch permission too" into udc-dev am: 5c2a9f41

parents cb4ece46 5c2a9f41
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -229,6 +229,7 @@ public class BubbleExpandedView extends LinearLayout {
                    options.setLaunchedFromBubble(true);
                    options.setPendingIntentBackgroundActivityStartMode(
                            MODE_BACKGROUND_ACTIVITY_START_ALLOWED);
                    options.setPendingIntentBackgroundActivityLaunchAllowedByPermission(true);

                    Intent fillInIntent = new Intent();
                    // Apply flags to make behaviour match documentLaunchMode=always.