So I am in the process of trying to get a few intents to work for me, and am having problems on 2 specific intents. I searched these groups and the webs and can \'t seem
In addition to the
, see Android ACTION_DATE_CHANGED broadcast about an AOSP bug: ACTION_TIME_CHANGED
should fire when the clock gets set and ACTION_DATE_CHANGED
should fire when the clock ticks over to the next day, but if the clock gets set backwards, ACTION_DATE_CHANGED
won't fire again until the clock catches up with what was going to be the next day.