Merge "Make view intent immutable" into qt-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
0edf8f0f1f
@@ -388,7 +388,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