Make view intent immutable

Bug: 156959408
Test: manual, atest
Change-Id: I80de1ea9c4535559f4ca2838a66da9e19eacf49d
(cherry picked from commit 4cecd359ab)
This commit is contained in:
Beth Thibodeau
2020-06-15 13:24:18 -04:00
parent 44654288c0
commit 6ae2bd0e59

View File

@@ -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);