[android-developers] Broadcast Receivers: Can they execute simultaneously or do they always execute consecutively?

2011-08-07 Thread Ali Chousein
Hi, I have a little confusion with broadcast receivers. I have a broadcast receiver which is triggered upon TIME_SET and TIMEZONE_CHANGED actions (the code is given below). What I was wondering is, can OnDateTimeChanged (see the code below) be triggered simultaneously (and its execution overlaps)

Re: [android-developers] Broadcast Receivers: Can they execute simultaneously or do they always execute consecutively?

2011-08-07 Thread Mark Murphy
On Sun, Aug 7, 2011 at 7:03 AM, Ali Chousein ali.chous...@gmail.com wrote: I have a little confusion with broadcast receivers. I have a broadcast receiver which is triggered upon TIME_SET and TIMEZONE_CHANGED actions (the code is given below). What I was wondering is, can OnDateTimeChanged