commit | 3be09cb183af4e0a637a12cfb421fd90fe40d308 | [log] [tgz] |
---|---|---|
author | Dianne Hackborn <hackbod@google.com> | Tue Jan 25 15:23:59 2011 -0800 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Tue Jan 25 15:23:59 2011 -0800 |
tree | ebaa224908589a6aa8ee235ccf376de3054beff6 | |
parent | dae2faa37be3f0f877ed946513f97ac80fa6cf3e [diff] | |
parent | 649790adc5e0bd6d64273b63649e5af8b12e59c1 [diff] |
Merge "Use multiple async tasks." into honeycomb
diff --git a/samples/ApiDemos/src/com/example/android/apis/app/LoaderThrottle.java b/samples/ApiDemos/src/com/example/android/apis/app/LoaderThrottle.java index fb69ff6..1c4c839 100644 --- a/samples/ApiDemos/src/com/example/android/apis/app/LoaderThrottle.java +++ b/samples/ApiDemos/src/com/example/android/apis/app/LoaderThrottle.java
@@ -449,7 +449,8 @@ return null; } }; - mPopulatingTask.execute((Void[])null); + mPopulatingTask.executeOnExecutor( + AsyncTask.THREAD_POOL_EXECUTOR, (Void[])null); return true; case CLEAR_ID: