Merge "Fix the non-working DND toggle" into sc-dev am: 53124fa7b3
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/15109294 Change-Id: Ic7d9e9f527f083ecd8f6ce0f8216f7e5305171d5
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user