Merge "Fix the non-working DND toggle" into sc-dev

This commit is contained in:
TreeHugger Robot
2021-06-29 06:35:55 +00:00
committed by Android (Google) Code Review

View File

@@ -150,6 +150,6 @@ public class ZenModeSliceBuilder {
final Intent intent = new Intent(ACTION_ZEN_MODE_SLICE_CHANGED)
.setClass(context, SliceBroadcastReceiver.class);
return PendingIntent.getBroadcast(context, 0 /* requestCode */, intent,
PendingIntent.FLAG_CANCEL_CURRENT | PendingIntent.FLAG_IMMUTABLE);
PendingIntent.FLAG_CANCEL_CURRENT | PendingIntent.FLAG_MUTABLE);
}
}