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

This commit is contained in:
Achim Thesmann
2023-08-16 21:20:10 +00:00
committed by Android (Google) Code Review

View File

@@ -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);
}
}