Can I get all current intents setted by AlarmManager, I wanna know how many intents are setted and what are they?
am.setRepeating(AlarmManager.RTC_WAKEUP, System.currentTimeMillis(), 300000, foo);
Can I get all current intents setted by AlarmManager, I wanna know how many intents are setted and what are they?
am.setRepeating(AlarmManager.RTC_WAKEUP, System.currentTimeMillis(), 300000, foo);
Check this thread. Unfortunately, it seems that this is only possible using dumpsys.