On Thu, Sep 15, 2011 at 7:53 PM, Darshana <darshana.gar...@gmail.com> wrote: > Context: We have a foreground Activity X and 3 services: Service 1, > Service 2 and Service 3.
Why? Why not one service? > Service 2 is started with onStartService and is set as a foreground > service (startForeground()), it then binds to service 3. Why? Why would a service ever bind to some other service? > We know that service 1 will have a foreground priority, will service 3 > have the foreground priority as well? Services don't really have "foreground priority", processes do: http://developer.android.com/guide/topics/fundamentals/processes-and-threads.html#Processes -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy Android App Developer Books: http://commonsware.com/books -- 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