On Fri, Dec 5, 2014 at 11:16 AM, SIVAKUMAR J <j.sivakumar...@gmail.com>
wrote:

> Yes you can call stop service method
>
>
oh, cool, yes, your answer looks logical enough:

reading carefully:

http://developer.android.com/guide/components/services.html

a service is a thread in a process, and start/stopping services basically
is kill and starting the thread itself.   and I supposed normally processes
will have maximum of one services right?   (other threads are non-services
related)   not sure.

-- 
Regards,
Peter Teoh

-- 
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
--- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to