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

Commit 385495d8 authored by android-build-team Robot's avatar android-build-team Robot
Browse files

Snap for 7025657 from 656867b4 to rvc-qpr2-release

Change-Id: Ie88498c0984466b2cc6fff14c6fb5a84ef845fb0
parents f4f4bb06 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));