0

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);

thecr0w
  • 2,148
  • 4
  • 33
  • 59

1 Answers1

1

Check this thread. Unfortunately, it seems that this is only possible using dumpsys.

Community
  • 1
  • 1
Zsombor Erdődy-Nagy
  • 16,864
  • 16
  • 76
  • 101