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

Commit 10300f7b authored by Beth Thibodeau's avatar Beth Thibodeau Committed by Automerger Merge Worker
Browse files

Merge "Make view intent immutable" into rvc-dev am: 80bf9c82 am: a0c29a29...

Merge "Make view intent immutable" into rvc-dev am: 80bf9c82 am: a0c29a29 am: 2dd301d5 am: 50f484ba

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/11869229

Change-Id: Iee1f26e7658a5b52e6ec4478f618f26bf5765e2c
parents 3fda7a63 50f484ba
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -311,7 +311,7 @@ public class RecordingService extends Service implements MediaRecorder.OnInfoLis
                        this,
                        REQUEST_CODE,
                        viewIntent,
                        Intent.FLAG_GRANT_READ_URI_PERMISSION))
                        PendingIntent.FLAG_IMMUTABLE))
                .addAction(shareAction)
                .addAction(deleteAction)
                .setAutoCancel(true)