[android-developers] Re: Service thread priority

2010-01-03 Thread Carter
Hi Diane, What's the definition of background in terms this scheduling mode in Android 1.6 or later? Is it based on this document? http://developer.android.com/intl/fr/guide/topics/fundamentals.html#proclife The follow up question is: if a service is a foreground service (e.g. has called

Re: [android-developers] Re: Service thread priority

2010-01-03 Thread Dianne Hackborn
On Sun, Jan 3, 2010 at 10:53 AM, Carter ccjerni...@gmail.com wrote: What's the definition of background in terms this scheduling mode in Android 1.6 or later? Is it based on this document? http://developer.android.com/intl/fr/guide/topics/fundamentals.html#proclife Yes, any process not in

[android-developers] Re: Service thread priority

2009-12-17 Thread Christine
On Dec 17, 12:33 am, Dianne Hackborn hack...@android.com wrote: You should be nice.  As of 1.6, processes running in the background have their threads forced into a background scheduling class so they can't disrupt the foreground UI. Why, that's good news. Soon as carriers upgrade the phones