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

Commit b36ec713 authored by tim peng's avatar tim peng Committed by Automerger Merge Worker
Browse files

Merge "Add FLAG_RECEIVER_FOREGROUND to run redirect intent at foreground...

Merge "Add FLAG_RECEIVER_FOREGROUND to run redirect intent at foreground priority" into rvc-qpr-dev am: 656867b4

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/13136220

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I5e1054e999a39a7a91ad9fa04f874b12370b8a89
parents fb437d54 656867b4
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -75,6 +75,7 @@ public class MediaOutputPanel implements PanelContent, LocalMediaManager.DeviceC
    public static MediaOutputPanel create(Context context, String packageName) {
        // Redirect to new media output dialog
        context.sendBroadcast(new Intent()
                .addFlags(Intent.FLAG_RECEIVER_FOREGROUND)
                .setPackage(MediaOutputSliceConstants.SYSTEMUI_PACKAGE_NAME)
                .setAction(MediaOutputSliceConstants.ACTION_LAUNCH_MEDIA_OUTPUT_DIALOG)
                .putExtra(MediaOutputSliceConstants.EXTRA_PACKAGE_NAME, packageName));