Merge "Make view intent immutable" into qt-dev am: 0edf8f0f1f
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/11885736 Change-Id: I597ec260619c47aa9cb263a5757a81c82adc6b20
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user