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

Commit a12aa853 authored by Raff Tsai's avatar Raff Tsai Committed by Android (Google) Code Review
Browse files

Merge "Fix PendingIntent CanceledException exception"

parents a19e37a0 d785e785
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -164,7 +164,7 @@ public class MediaOutputSlice implements CustomSliceable {
        intent.putExtra(MEDIA_DEVICE_ID, id);
        intent.addFlags(Intent.FLAG_RECEIVER_FOREGROUND);
        return PendingIntent.getBroadcast(context, requestCode /* requestCode */, intent,
                PendingIntent.FLAG_CANCEL_CURRENT);
                PendingIntent.FLAG_UPDATE_CURRENT);
    }

    @Override