Added conditional intermediate back-off

This commit is contained in:
M66B
2021-08-07 09:03:55 +02:00
parent 8f46bdebd1
commit e76055dca1
3 changed files with 18 additions and 6 deletions

View File

@@ -1729,8 +1729,11 @@ public class Log {
.append(" night=").append(Helper.isNight(context))
.append("\r\n");
sb.append("canScheduleExactAlarms=")
sb.append("ExactAlarms")
.append(" can=")
.append(AlarmManagerCompatEx.canScheduleExactAlarms(context))
.append(" has=")
.append(AlarmManagerCompatEx.hasExactAlarms(context))
.append("\r\n");
sb.append("Transliterate: ")