Merge "Make view intent immutable" into rvc-dev am: 80bf9c825a

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

Change-Id: I2678aa8526772030041be007708542a1ce6bcc20
This commit is contained in:
Beth Thibodeau
2020-06-18 14:21:51 +00:00
committed by Automerger Merge Worker

View File

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