Merge change I887f355f into eclair-mr2

* changes:
  Propagate background scheduling class across processes.
This commit is contained in:
Android (Google) Code Review
2009-12-08 11:25:48 -08:00
9 changed files with 144 additions and 44 deletions

View File

@@ -76,6 +76,13 @@ public class BinderInternal {
*/
public static final native IBinder getContextObject();
/**
* Special for system process to not allow incoming calls to run at
* background scheduling priority.
* @hide
*/
public static final native void disableBackgroundScheduling(boolean disable);
static native final void handleGc();
public static void forceGc(String reason) {