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

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

Merge "Allow RemoteViews to use BAL privileges" into main

parents ae933504 9404c7b4
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -6948,6 +6948,7 @@ public class RemoteViews implements Parcelable, Filter {
            // something is going to start.
            opts.setPendingIntentBackgroundActivityStartMode(
                    ActivityOptions.MODE_BACKGROUND_ACTIVITY_START_ALLOWED);
            opts.setPendingIntentBackgroundActivityLaunchAllowedByPermission(true);
            return Pair.create(intent, opts);
        }
    }