Added alarm comments

This commit is contained in:
M66B
2021-03-29 18:22:26 +02:00
parent 19b2bb6fcf
commit 126325a653
4 changed files with 8 additions and 8 deletions

View File

@@ -463,7 +463,7 @@ public class EntityMessage implements Serializable {
am.cancel(pi);
} else {
Log.i("Set snooze id=" + id + " wakeup=" + new Date(wakeup));
AlarmManagerCompat.setAndAllowWhileIdle(am, AlarmManager.RTC_WAKEUP, wakeup, pi);
AlarmManagerCompat.setAndAllowWhileIdle(am, AlarmManager.RTC_WAKEUP, wakeup, pi); // indirect exact
}
}