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

Commit 90fa2282 authored by Achim Thesmann's avatar Achim Thesmann
Browse files

Allow BAL from SystemUI panel

BAL hardening blocks e.g. the "Home" panel from starting the Google Home
activity. This explicitly opts in all panels to allow BAL.

Test: manual test
Bug: 314033453
Flag: NONE
Change-Id: Ic26f86cf8bd695cc1072674ea6e8dc19506b36fe
parent 07c812e2
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
        )
        )