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

Commit 464cd4a0 authored by Automerger Merge Worker's avatar Automerger Merge Worker Committed by Android (Google) Code Review
Browse files

Merge "Merge "Fix bypass BAL via `requestGeofence`" into rvc-dev am:...

Merge "Merge "Fix bypass BAL via `requestGeofence`" into rvc-dev am: b71dcd28 am: 7044f006 am: 55acbf1c am: bb7386f9 am: 22199641 am: 426efc71 am: c4de784b am: cc9d94d2 am: 4f72bf48" into udc-d1-dev-plus-aosp
parents ce813b46 49d0999b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -34,6 +34,7 @@ public class PendingIntentUtils {
    public static Bundle createDontSendToRestrictedAppsBundle(@Nullable Bundle bundle) {
        final BroadcastOptions options = BroadcastOptions.makeBasic();
        options.setDontSendToRestrictedApps(true);
        options.setPendingIntentBackgroundActivityLaunchAllowed(false);
        if (bundle == null) {
            return options.toBundle();
        }