Merge "MobileDataSlice PendingIntents include an immutable flag"
This commit is contained in:
committed by
Android (Google) Code Review
commit
1cd42ba295
@@ -172,8 +172,8 @@ public class MobileDataSlice implements CustomSliceable {
|
||||
|
||||
private PendingIntent getPrimaryAction() {
|
||||
final Intent intent = getIntent();
|
||||
return PendingIntent.getActivity(mContext, 0 /* requestCode */,
|
||||
intent, PendingIntent.FLAG_MUTABLE_UNAUDITED /* flags */);
|
||||
return PendingIntent.getActivity(mContext, 0 /* requestCode */, intent,
|
||||
PendingIntent.FLAG_IMMUTABLE);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user