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

Commit fce3e66f authored by Achim Thesmann's avatar Achim Thesmann Committed by Android (Google) Code Review
Browse files

Merge "Allow BAL from SystemUI panel" into main

parents b42815e2 90fa2282
Loading
Loading
Loading
Loading
+3 −1
Original line number Original line Diff line number Diff line
@@ -484,7 +484,9 @@ class ControlsUiControllerImpl @Inject constructor (
                    }
                    }
                },
                },
                PendingIntent.FLAG_IMMUTABLE or PendingIntent.FLAG_UPDATE_CURRENT,
                PendingIntent.FLAG_IMMUTABLE or PendingIntent.FLAG_UPDATE_CURRENT,
                null,
                ActivityOptions.makeBasic()
                    .setPendingIntentCreatorBackgroundActivityStartMode(
                        ActivityOptions.MODE_BACKGROUND_ACTIVITY_START_ALLOWED).toBundle(),
                userTracker.userHandle
                userTracker.userHandle
        )
        )