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

Commit 64049fad authored by Beth Thibodeau's avatar Beth Thibodeau
Browse files

Make view intent immutable

Bug: 156959408
Test: manual, atest
Change-Id: I80de1ea9c4535559f4ca2838a66da9e19eacf49d
(cherry picked from commit 4cecd359)
parent f0a0963d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -388,7 +388,7 @@ public class RecordingService extends Service {
                        this,
                        REQUEST_CODE,
                        viewIntent,
                        Intent.FLAG_GRANT_READ_URI_PERMISSION))
                        PendingIntent.FLAG_IMMUTABLE))
                .addAction(shareAction)
                .addAction(deleteAction)
                .setAutoCancel(true);