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

Commit 50f484ba 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 am: 2dd301d5

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

Change-Id: Ic513409a4c936ea14daeb2889801865d1942be33
parents 3f03ee3a 2dd301d5
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)