Merge "Use multiple async tasks." into honeycomb

This commit is contained in:
Dianne Hackborn
2011-01-25 15:23:59 -08:00
committed by Android (Google) Code Review

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: