Is there any way i can find out the number of instances of a Queue for an IntentService ? Secondly can i suspend a particular instance of a IntentService ?
Kind Regards.
Is there any way i can find out the number of instances of a Queue for an IntentService ? Secondly can i suspend a particular instance of a IntentService ?
Kind Regards.
You could add a static variable incremented ande decremented at each instantiation / destroy