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

Commit bb7386f9 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

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

Merge "Fix bypass BAL via `requestGeofence`" into rvc-dev am: b71dcd28 am: 7044f006 am: 55acbf1c

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/23918399



Change-Id: Ibb5f350c23fd884d2d5704ee3a0511eebf97badd
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 8de5b9da 55acbf1c
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();
        }