AlarmManager triggers PendingIntent too soon
- by Wezelkrozum
I've searched for 3 days now but didn't find a solution or similar problem/question anywhere else. Here is the deal:
Trigger in 1 hour - works correct
Trigger in 2 hours - Goes of in 1:23
Trigger in 1 day - Goes of in ~11:00
So why is the AlarmManager so unpredictable and always too soon? Or what am I doing wrong? And is there another way so…