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

Commit bdd914e9 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Make view intent immutable" into qt-dev am: 0edf8f0f

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

Change-Id: I597ec260619c47aa9cb263a5757a81c82adc6b20
parents 04827943 0edf8f0f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -362,7 +362,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);