Merge "EuiccOperationSidecar PendingIntent includes Immutable flag."
This commit is contained in:
committed by
Android (Google) Code Review
commit
4efd9e6477
@@ -99,7 +99,8 @@ public abstract class EuiccOperationSidecar extends SidecarFragment {
|
||||
Intent intent = new Intent(getReceiverAction());
|
||||
intent.putExtra(EXTRA_OP_ID, mOpId);
|
||||
return PendingIntent.getBroadcast(
|
||||
getContext(), REQUEST_CODE, intent, PendingIntent.FLAG_CANCEL_CURRENT | PendingIntent.FLAG_MUTABLE_UNAUDITED);
|
||||
getContext(), REQUEST_CODE, intent,
|
||||
PendingIntent.FLAG_CANCEL_CURRENT | PendingIntent.FLAG_IMMUTABLE);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Reference in New Issue
Block a user