I have a situation in an Android app where I want to start a network activity (sending out some data) which should run every second. I achieve this as follows:
In th
I think you could experiment with different activity flags, as it sounds like multiple instances.
"singleTop" "singleTask" "singleInstance"
Are the ones I would try, they can be defined inside the manifest.
http://developer.android.com/guide/topics/manifest/activity-element.html