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

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

Merge "Allow RemoteViews to use BAL privileges" into udc-qpr-dev

parents 5ebc66b0 cc9ee1d5
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -6945,6 +6945,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);
        }
    }