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

Commit 606db755 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 am: bb7386f9 am: 22199641 am: 426efc71 am: c4de784b am: cc9d94d2 am: 4f72bf48

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



Change-Id: I90cb698c2de68352d85fc1276f48021fc4224daf
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 7132acb5 4f72bf48
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();
        }