Android AlarmManager is not triggering alarm on next day when idle
问题 I know there are dozens of similar threads on SO about this topic but I just couldn't find one that really solves the problem / or identifies the root cause. First of all, I'm targetting SDK 22 (Android 5.1) which means I could use the AlarmManager + WakefulBroadcastReceiver + IntentService even if this is not the latest way of doing things. I'm not interested in the JobScheduler etc solutions, I just want to understand what is happening and why. The phone I'm testing on has Android 8.0, but