im creating a mail application, where i need to start a service
instance for every account, which will check for the new mails for
that account. Now my problem is that i want to identify how my service
i have created so far (by calling startService()). And also i want to
stop a specific instance of service. I know that calling stopService()
will stop all the instances of that service. Is there any work around
to it.

Thanks

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to