Android AlarmManager setRepeating Issue
问题 I'm developing a feeder application, and i have the option that let the user choose for each source (feed source) specify the time to get data from the internet and update the database. I'm using AlarmManager for this. What i do tipically is: Get all providers. Group in a map> that the key is the sleep time and value is a list of providers For what?... Well i iterate later over this dictionary for each key and schedule an alarm to send a broadcast with data in a intent. In my broadcast