mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-29 05:15:13 +02:00
Check DND for speak/sound
This commit is contained in:
@@ -2688,6 +2688,10 @@ public class Log {
|
||||
Helper.getInterruptionFilter(filter),
|
||||
(filter == NotificationManager.INTERRUPTION_FILTER_ALL ? "" : "!!!")));
|
||||
|
||||
size += write(os, String.format("InCall=%b DND=%b\r\n\r\n",
|
||||
MediaPlayerHelper.isInCall(context),
|
||||
MediaPlayerHelper.isDnd(context)));
|
||||
|
||||
for (NotificationChannel channel : nm.getNotificationChannels())
|
||||
try {
|
||||
JSONObject jchannel = NotificationHelper.channelToJSON(channel);
|
||||
|
||||
Reference in New Issue
Block a user