0

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.

AndroidDev
  • 15,993
  • 29
  • 85
  • 119

1 Answers1

0

You could add a static variable incremented ande decremented at each instantiation / destroy

Mathieu de Brito
  • 2,536
  • 2
  • 26
  • 30