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

Commit 46c9b9ae authored by Achim Thesmann's avatar Achim Thesmann Committed by Automerger Merge Worker
Browse files

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

parents eb194da4 b619a522
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);
        }
    }