** Service (listener) Create **
** Service (listener) Start **
** Activity (main) Pause, UserClosed = false **
** Activity (main) Pause, UserClosed = false **
** Activity (actdownloader) Create, isFirst = true **
PhoneStateListener has been initialized.
** Activity (actdownloader) Resume **
** Activity (actdownloader) Resume **
//*** Here when I press the home button (when my phone is asleep), the actDownloader activity closes and brings me back to my main activity, but I want to see the actDownloader instead. (that has a messagebox.)
** Activity (actdownloader) Pause, UserClosed = true **
** Activity (main) Resume **
** Activity (main) Pause, UserClosed = false **