Files
frameworks_base/core/java/android
Romain Guy a9be47cea4 Tweak the core and maximum pool sizes for AsyncTask.
This change allows up to 5 AsyncTasks to run concurrently. Before, only 1 task
could run at a time, which was too limited. This change also bumps up the maximum
number of tasks that can be created; this large number is not an issue because
tasks are queued up and run only 5 at a time.
2009-06-26 10:36:46 -07:00
..
2009-05-13 17:51:37 -07:00
2009-06-24 18:45:56 -07:00
2009-06-24 17:53:57 -07:00
2009-06-16 17:07:21 -07:00
2009-06-18 18:36:37 -07:00
2009-06-25 14:44:38 -07:00