Sure, thanks for the heads up though.
AlarmManager is good idea, should I run it in setAndAllowWhileIdle() to count even in deep sleep?
I'm developing an app which will do a specific task at 12:00AM everyday. I tried using Handler's postDelayed() but when I device goes into deep...