ACTION_TIME_CHANGED or ACTION_DATE_CHANGED, can't make them work

前端 未结 6 1498
小鲜肉
小鲜肉 2021-01-14 12:43

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

6条回答
  •  时光取名叫无心
    2021-01-14 13:01

    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.

提交回复
热议问题