am 3be09cb1: Merge "Use multiple async tasks." into honeycomb

* commit '3be09cb183af4e0a637a12cfb421fd90fe40d308':
  Use multiple async tasks.
This commit is contained in:
Dianne Hackborn
2011-01-25 15:25:43 -08:00
committed by Android Git Automerger

View File

@@ -449,7 +449,8 @@ public class LoaderThrottle extends Activity {
return null;
}
};
mPopulatingTask.execute((Void[])null);
mPopulatingTask.executeOnExecutor(
AsyncTask.THREAD_POOL_EXECUTOR, (Void[])null);
return true;
case CLEAR_ID: