[android-developers] Check if an IntentService is already running?

2010-04-06 Thread Anna PS
Sorry for the newbie question, but does anyone know how I can check whether an IntentService is already running? I'm starting an IntentService from onCreate within a normal Activity, and that means that if the user minimises and maximises the application, it gets called twice. I'm wondering if I

Re: [android-developers] Check if an IntentService is already running?

2010-04-06 Thread Mark Murphy
Sorry for the newbie question, but does anyone know how I can check whether an IntentService is already running? I'm starting an IntentService from onCreate within a normal Activity, and that means that if the user minimises and maximises the application, it gets called twice. Android does