Re: [android-developers] Service priority

2011-09-15 Thread Mark Murphy
On Thu, Sep 15, 2011 at 7:53 PM, Darshana 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 servic

[android-developers] Service priority

2011-09-15 Thread Darshana
Context: We have a foreground Activity X and 3 services: Service 1, Service 2 and Service 3. Consider the following case: Activity X binds to service 1 Service 2 is started with onStartService and is set as a foreground service (startForeground()), it then binds to service 3. We know that servi